This code gets the communty data from the client db and populates it into the redux store
Linear task: https://linear.app/comm/issue/ENG-6536/read-communities-from-sqlite-on-app-start
Depends on D11166
Paths
| Differential D11190 Authored by ginsu on Feb 27 2024, 11:35 PM.
Details Summary This code gets the communty data from the client db and populates it into the redux store Linear task: https://linear.app/comm/issue/ENG-6536/read-communities-from-sqlite-on-app-start Depends on D11166 Test Plan Confrimed that the community data in redux matches what is found in the client db
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptFeb 27 2024, 11:35 PM2024-02-27 23:35:39 (UTC-8) ginsu edited the summary of this revision. (Show Details)Feb 27 2024, 11:37 PM2024-02-27 23:37:44 (UTC-8) Harbormaster completed remote builds in B27220: Diff 37679.Feb 27 2024, 11:51 PM2024-02-27 23:51:23 (UTC-8) This revision is now accepted and ready to land.Feb 28 2024, 1:00 AM2024-02-28 01:00:27 (UTC-8) Comment Actions
was it tested on both the web and native? Comment Actions
Yes confirmed that I was able to read and see communities on both web and native from sqlite This revision was landed with ongoing or failed builds.Mar 4 2024, 12:39 PM2024-03-04 12:39:47 (UTC-8) Closed by commit rCOMMcace3a54d8b3: [lib/native/web] read communites from sqlite on app start (authored by ginsu). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B27315: Diff 37797.Mar 4 2024, 1:35 PM2024-03-04 13:35:56 (UTC-8)
Revision Contents
Diff 37799 lib/reducers/community-reducer.js
lib/reducers/message-reducer.test.js
lib/types/store-ops-types.js
native/data/sqlite-data-handler.js
|