Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117715554
D2128.1774887647.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D2128.1774887647.diff
View Options
diff --git a/lib/ext/Syncroton/Backend/SyncState.php b/lib/ext/Syncroton/Backend/SyncState.php
--- a/lib/ext/Syncroton/Backend/SyncState.php
+++ b/lib/ext/Syncroton/Backend/SyncState.php
@@ -174,16 +174,7 @@
// found more recent synckey => the last sync repsone got not received by the client
if ($moreRecentStateData !== false) {
- // undelete entries marked as deleted in Syncroton_content table
- $this->_db->update($this->_tablePrefix . 'content', array(
- 'is_deleted' => 0,
- ), array(
- 'device_id = ?' => $deviceId,
- 'folder_id = ?' => $folderId,
- 'creation_synckey = ?' => $state->counter,
- 'is_deleted = ?' => 1
- ));
-
+ return false;
} else {
// finally delete all entries marked for removal in Syncroton_content table
$this->_db->delete($this->_tablePrefix . 'content', array(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 4:20 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18816546
Default Alt Text
D2128.1774887647.diff (1 KB)
Attached To
Mode
D2128: A synckey that is not matching the server sync key is invalid.
Attached
Detach File
Event Timeline