mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-02 02:53:01 +08:00
fix(long-poll): Turn delta sync back on
This commit is contained in:
parent
7e7f8e5eda
commit
d99c8f1a65
1 changed files with 2 additions and 3 deletions
|
@ -83,9 +83,8 @@ class InboxAPI
|
||||||
## TODO use OfflineStatusStore
|
## TODO use OfflineStatusStore
|
||||||
Actions.longPollOffline()
|
Actions.longPollOffline()
|
||||||
|
|
||||||
connection.onDeltas (deltas) ->
|
connection.onDeltas (deltas) =>
|
||||||
# TODO DO NOT FORGET TO UNCOMMENT ME
|
@_handleDeltas(deltas)
|
||||||
# @_handleDeltas(deltas)
|
|
||||||
|
|
||||||
connection.start()
|
connection.start()
|
||||||
connection
|
connection
|
||||||
|
|
Loading…
Reference in a new issue