-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSS: Persist the pos
token so that it gets reused across app restarts
#3936
Comments
Thanks for creating the issue. |
For reference: we tried in the past and ran into sync issues (something something multiple processes on iOS because of NSE process? can't recall the details), so had to emergency-disable it:
PR disabling it: #2525 |
Oh my goodness :) Could we enable If not can we make this an option so that we can store the |
I don't know if it's enough to not trigger dragons but it seems like the |
The PR I've listed above disabled it for the encryption sync; we could enable it for the state sync, since the notification client uses a different connection id than the main app. |
FYI I've been running a modified version since a couple of days with |
Should only be done after #3935
This is so that after restart we don't do an initial sync, which pulls in all the room data again (causing load on the server, and also on the client and bandwidth).
(cc. @Hywan)
The text was updated successfully, but these errors were encountered: