In this differential TemporaryMessagesStorage API is used in NotificationService to persist messages before they are written to SQLite.
Details
Details
In the debugger we can track execution to ensure no exception is thrown.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/ios/NotificationService/NotificationService.mm | ||
---|---|---|
20–23 ↗ | (On Diff #14279) | Should we check if messageInfos field is there? |
native/ios/NotificationService/NotificationService.mm | ||
---|---|---|
20–23 ↗ | (On Diff #14279) | We did so in differential that wrote to SQLite directly from NotificationService (https://phab.comm.dev/D4063), which was accepted. Therefore it is reasonable to do so here as well. |