User Details
- User Since
- Sep 8 2022, 2:37 AM (118 w, 6 d)
Apr 5 2024
Use entries instead of specifying each ops separately.
Merge imports
Fix path, spread type instead of repeating.
D11552 was landed so removed the change that persisted the nextLocalID as it's now a random uuid and there won't be conflicts after app reload.
Like in previous diff, realized that user infos are used by navinfo in redux state responder so separated the new promise.
Realized that user infos are used by navinfo in redux state responder so separated the new promise.
Add new line
Rebase
Apr 4 2024
Apr 3 2024
Noticed an issue where the message sometimes wouldn't send. It turns out that's because we don't persist nextLocalID on web. So after reloading the webapp new messages had local ids starting from 0, and mesasge reducer started ignoring them.
Improve indentation
Small fixes
Rename table
Move function, rename, use SQLiteStatementWrapper
Apr 2 2024
Mar 29 2024
Mar 28 2024
Mar 27 2024
Fixes
Made sure that tunnelbroker creation promises run sequentially so the order won't get messed up.
Mar 26 2024
Call opaque as soon as identity client is initialized (this is the first place where we have access to the opaque path on the worker).
Rebase on changes to the web qr login screen.
Rebase on changes to the notification session creator.
Mar 22 2024
Mar 20 2024
You are correct this doesn't actually work as I had hoped.
Mar 19 2024
Move file
Added a comment
Fixes, made useTunnelbrokerInitMessage cross-platform.
Fixes
Removed crypto-utils.js as the minimal logic that was there was merged into olmAPI in the previous diffs.
Update with changes from D11319. Removed indirection from native olmAPI.notificationsSessionCreator and make it use the commCoreModule methods directly. The other helper functions will be replaced with the call to the olmAPI in the next diffs.
Fixes
Update with changes from D11319. Removed indirection from native olmAPI.contentOutboundSessionCreator. The other helper functions will be replaced with the call to the olmAPI in the next diffs.
Fixed the type cast. Improved notification account handling and added a comment that we only need to check one of the accounts.
We don't want to stop sending the value from the keyserver though, to not reintorduce ENG-6849
Looks good!
Looks good on the identity-service-client-proxy part.
Mar 18 2024
Planning changes so I don't forget about handling conflict with D11319
Also rename SharedWorkerStatus
Fix imports, task created here: ENG-7242
Update name
Fixes