1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 06:20:26 +00:00

Revert "Fixed sync partition key"

This reverts commit 773212f61a.
This commit is contained in:
M66B 2021-09-15 06:54:29 +02:00
parent c8fbe5a9ff
commit 7c4f6b5803

View file

@ -69,8 +69,6 @@ public class TupleOperationEx extends EntityOperation {
} catch (Throwable ex) {
Log.e(ex);
}
else if (SYNC.equals(name))
key.id = "folder:" + folder;
else if (!MOVE.equals(name))
key.id = "id:" + id;