Page MenuHomePhabricator

Define interface for flat-file based message storage operations
ClosedPublic

Authored by marcin on Jun 29 2022, 2:38 AM.
Tags
None
Referenced Files
F2135611: D4391.id14067.diff
Fri, Jun 28, 11:56 AM
F2132797: D4391.id14467.diff
Fri, Jun 28, 12:16 AM
Unknown Object (File)
Thu, Jun 27, 4:37 PM
Unknown Object (File)
Thu, Jun 27, 3:47 AM
Unknown Object (File)
Wed, Jun 26, 4:52 AM
Unknown Object (File)
Wed, Jun 26, 4:52 AM
Unknown Object (File)
Wed, Jun 26, 4:52 AM
Unknown Object (File)
Wed, Jun 26, 4:52 AM

Details

Summary

This diff defines API in the form of Obj-C class that AppDelegate and NotificationService will use to write/retrieve messages temporarilt stored in a flat file.

Test Plan

No test plan. Future diffs that use this API in NotificationService and AppDelegate will provide appropriate test plan

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Introduce files to project.pbxproj

tomek added inline comments.
native/ios/Comm/TemporalMessageStorage/TemporalMessageStorage.h
5 ↗(On Diff #14067)

I think temporary is preferred in this context

This revision is now accepted and ready to land.Jul 5 2022, 3:07 AM

Change initialization method signature and remove sanity check method

native/ios/Comm/TemporalMessageStorage/TemporalMessageStorage.h
5 ↗(On Diff #14067)

Sure, I will do the renaming.

Rename Temporal to Temporary

This revision was landed with ongoing or failed builds.Jul 14 2022, 5:10 AM
This revision was automatically updated to reflect the committed changes.