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)
Sat, Mar 15, 5:11 PM
Unknown Object (File)
Feb 16 2025, 5:10 AM
Unknown Object (File)
Jan 27 2025, 1:55 AM
Unknown Object (File)
Jan 24 2025, 8:14 AM
Unknown Object (File)
Jan 24 2025, 8:14 AM
Unknown Object (File)
Jan 24 2025, 8:14 AM
Unknown Object (File)
Jan 24 2025, 8:12 AM
Unknown Object (File)
Jan 23 2025, 6:18 AM
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