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
F3399587: D9518.diff
Mon, Dec 2, 3:53 AM
Unknown Object (File)
Nov 1 2024, 9:36 AM
Unknown Object (File)
Oct 28 2024, 8:18 PM
Unknown Object (File)
Oct 25 2024, 1:14 AM
Unknown Object (File)
Oct 2 2024, 1:05 PM
Unknown Object (File)
Oct 2 2024, 1:05 PM
Unknown Object (File)
Oct 2 2024, 6:01 AM
Unknown Object (File)
Sep 22 2024, 9:18 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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage