Add error handling to CommCoreModule::isContentSessionInitialized
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 15 2024
Rename ...DataContent... -> ...Data... to remove confusion around Conent keyword when dealing with notifs sessions
Rebase before landing
Jul 12 2024
rebase before landing
Address Varun's and Will's feedbacks
This function is supposed to be used exclusively with thick threads.
Jul 11 2024
- Don't pass references to unique pointer between lambdas - a rookie mistake!. Pass shared pointers by copy.
- Switch to multi process mode on MMKV on Android
In D12695#360306, @ashoat wrote:Hey @marcin, any reason this hasn't been landed yet?
Rebase before landing
Jul 10 2024
Jul 9 2024
Jul 8 2024
Jul 5 2024
Jul 4 2024
I am afraid that there is a vulnerability in this diff. Basically it is possible that two createOlmSessionWithPeer promises will execute concurrently. This might lead to corrupted state. In order to mitigate that I think it is best expose this method as a context. The context would internally keep a map like [(userID, deviceID)] : Promise mapping from particular deviceID and userID to currently executing promise (if any).
- Return that size limit was violated if notificationPayloadValidator returns false
- Rebase before landing
- Address nits regarding types
- Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
rebase before landig
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing