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)
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
Unknown Object (File)
Sep 18 2024, 7:50 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