Page MenuHomePhabricator

[native] Redux migration to remove `messageStore.threads[threadID].[lastPruned/lastNavigatedTo]`
ClosedPublic

Authored by atul on Oct 17 2023, 7:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 25, 10:28 PM
Unknown Object (File)
Sat, Dec 21, 1:25 AM
Unknown Object (File)
Tue, Dec 17, 7:55 PM
Unknown Object (File)
Tue, Dec 17, 7:55 PM
Unknown Object (File)
Tue, Dec 17, 7:54 PM
Unknown Object (File)
Tue, Dec 17, 7:52 PM
Unknown Object (File)
Sun, Dec 15, 10:18 AM
Unknown Object (File)
Sat, Dec 14, 7:27 PM
Subscribers

Details

Summary

Redux migration to remove messageStore.threads[threadID].[lastPruned/lastNavigatedTo].

We don't **really* need this since messageStore.threads is persisted by both Redux and SQLite so the SQLite SET_MESSAGE_STORE will override the messageStore.threads that were REHYDRATED as soon as the app is first opened anyways, but figure it doesn't hurt.


Depends on D9517

Test Plan

messageStore.threads looks as expected after migration completes.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable