Adds and implements private methods to manipulate file names and create latest file to store messages
Details
Details
We can temporarily modify AppDelegate to invoke thos methods and check in the debugger that _getPath and getLockName return valid string and _updateCurrentStorage creates new file with expected name
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Hey @marcinwasowicz, can you go through your entire diff stack and remove any reference to "Temporal", replacing it with "Temporary"?
Comment Actions
Temporal is renamed to Temporary in entire codebase of this stack as well as in differentials descriptions and titles.
native/ios/Comm/TemporaryMessageStorage/TemporaryMessageStorage.mm | ||
---|---|---|
42 ↗ | (On Diff #14276) | Maybe createNewStorage so that it is less confusing? The current name might indicate that we're renaming a storage. |
native/ios/Comm/TemporaryMessageStorage/TemporaryMessageStorage.mm | ||
---|---|---|
42 ↗ | (On Diff #14276) | Sure, I will do the refactor. |