While I agree that it might be better database design to create a separate table, it will complicate things on the SQLite side.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 1 2023
Feb 28 2023
rebase + land
rebase + land
rebase + land
rebase + land
rebase + land
In D6907#205331, @ashoat wrote:So is the format basically { +payload: string, +signature: string }, where payload is the previously agreed upon JSON format?
Feb 27 2023
rebase + land
rebase + land
rebase + land
rebase + land
annotate
Thought the approach here was cleaner: https://phab.comm.dev/D6901
In D6897#205161, @ashoat wrote:this can be landed without issue
Did you test calling await olm.init() multiple times?
The reason this diff is titled [DRAFT] is because of the way we're calling olm.init() and new olm.Utility() every time logInResponder encounters a request with signedIdentityKeysBlob. Instead we'll want to probably run olm.init() once when keyserver starts up, and we'll want to instantiate olm.Utility() once and make it accessible globally.
We could probably just have a function getOlmUtility that returns a Promise that does lines 345 and 346 here, and caches the result.
rebase + land
PS looks like a missing screenshot in the Test Plan.
rebase + land
Feb 25 2023
Feb 24 2023
merge conflict