This reads thread activity entries from SQLite on app start
Depends on D11665
Paths
| Differential D11618 Authored by will on Apr 9 2024, 11:13 PM.
Details Summary This reads thread activity entries from SQLite on app start Depends on D11665 Test Plan flow check. Tested on native. On clicking through threads, verified sqlite database was updated with lastNavigatedTo values. On relaunching the app, values properly persisted. No assertion failures between redux persist and sqlite. Tested on web. Downloaded sqlite web database and verified properly being updated on clicking through threads. Assertion not checked for web.
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptApr 9 2024, 11:13 PM2024-04-09 23:13:57 (UTC-7) will edited the summary of this revision. (Show Details)Apr 9 2024, 11:14 PM2024-04-09 23:14:31 (UTC-7) will added a parent revision: D11617: [native][web] Start processing thread activity store with sqlite operations. Harbormaster completed remote builds in B28121: Diff 38977.Apr 9 2024, 11:29 PM2024-04-09 23:29:13 (UTC-7) This revision is now accepted and ready to land.Apr 11 2024, 6:18 PM2024-04-11 18:18:08 (UTC-7) Harbormaster completed remote builds in B28223: Diff 39122.Apr 15 2024, 6:48 AM2024-04-15 06:48:38 (UTC-7) will edited the summary of this revision. (Show Details)Apr 15 2024, 2:30 PM2024-04-15 14:30:24 (UTC-7) will added a parent revision: D11665: [web] convert updating thread activity `lastThreadNavigatedTo` on web to use sqlite. will removed a parent revision: D11617: [native][web] Start processing thread activity store with sqlite operations. Harbormaster completed remote builds in B28256: Diff 39167.Apr 16 2024, 9:15 PM2024-04-16 21:15:57 (UTC-7) Harbormaster completed remote builds in B28259: Diff 39174.Apr 16 2024, 10:35 PM2024-04-16 22:35:16 (UTC-7) This revision is now accepted and ready to land.Apr 19 2024, 11:35 AM2024-04-19 11:35:56 (UTC-7) will edited the test plan for this revision. (Show Details)Apr 19 2024, 11:39 AM2024-04-19 11:39:28 (UTC-7) Harbormaster completed remote builds in B28336: Diff 39300.Apr 19 2024, 11:43 AM2024-04-19 11:43:33 (UTC-7) Harbormaster completed remote builds in B28337: Diff 39301.Apr 19 2024, 11:51 AM2024-04-19 11:51:50 (UTC-7) Harbormaster completed remote builds in B28340: Diff 39306.Apr 19 2024, 12:07 PM2024-04-19 12:07:01 (UTC-7) Closed by commit rCOMMa11214af00e9: [native][web] Read thread activity entries from SQLite on app start (authored by will). · Explain WhyApr 19 2024, 1:09 PM2024-04-19 13:09:03 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39325 lib/reducers/message-reducer.test.js
lib/reducers/thread-activity-reducer.js
lib/types/store-ops-types.js
native/data/sqlite-data-handler.js
web/shared-worker/utils/store.js
|