You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our InboundGroupSessions store will contain old information that lacks sender data. This task is to migrate them to the new format and add a retry time so that the code from #3546 will retry fetching their data.
Our
InboundGroupSessions
store will contain old information that lacks sender data. This task is to migrate them to the new format and add a retry time so that the code from #3546 will retry fetching their data.Part of #3544 which is part of Invisible Crypto.
Algorithm
Two options:
Stores where it has got up to and whether it is done.
If we're not done, walk all keys in the DB in alphabetical order, starting from where we got to.
When we get to the end of all sessions, store a "done" value.
The text was updated successfully, but these errors were encountered: