summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-07-23 18:03:39 -0300
committerKali Kaneko <kali@leap.se>2015-07-27 10:03:30 -0400
commit8a18611fa4868b42999a48f728da5a9884d8cb62 (patch)
tree3ba072b52216a1c30f3eb53eb77f0ae7509cebf2 /client/changes
parentf5a1f27fb2a2736ce285244a8142960f1caaf501 (diff)
[bug] fix order of incoming document events
The incoming documents events are meant to be used by a progress bar for soledad sync, yet to be implemented. When deferred decryption was used, the events were sent out of order, depending on the order of arrival of the documents. This commit changes it so that the content of the emited events are in order, so it is meaningful for the implementation of a progress bar. Note that even after documents are received from the server, they will still be decrypted asynchronously, so another signal could be implemented to signal for the waiting of the decryption of incoming documents.
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/bug_fix-order-of-incoming-document-events1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/bug_fix-order-of-incoming-document-events b/client/changes/bug_fix-order-of-incoming-document-events
new file mode 100644
index 00000000..0cdb5d3d
--- /dev/null
+++ b/client/changes/bug_fix-order-of-incoming-document-events
@@ -0,0 +1 @@
+ o Fix the order of the events emited for incoming documents.