Fetching user store (only drafts for now), matching native version.
Depends on D7153
Paths
| Differential D7154 Authored by kamil on Mar 23 2023, 6:18 AM.
Tags None Referenced Files
Details Summary Fetching user store (only drafts for now), matching native version. Depends on D7153 Test Plan Run this code await webDBWorker.scheduleOnWorker({ type: workerRequestMessageTypes.GET_CLIENT_STORE }); and check if drafts are properly returned.
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptMar 23 2023, 6:19 AM2023-03-23 06:19:00 (UTC-7) Harbormaster completed remote builds in B17550: Diff 24025.Mar 23 2023, 6:34 AM2023-03-23 06:34:12 (UTC-7) This revision is now accepted and ready to land.Mar 23 2023, 12:55 PM2023-03-23 12:55:06 (UTC-7) kamil added a child revision: D7180: [web-db] add metadata table operations.Mar 27 2023, 4:03 AM2023-03-27 04:03:58 (UTC-7) Closed by commit rCOMMf643d8fcd460: [web-db] get client database store from SQLite (authored by kamil). · Explain WhyMar 30 2023, 1:24 AM2023-03-30 01:24:32 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24367 lib/types/store-ops-types.js
native/schema/CommCoreModuleSchema.js
web/database/worker/db-worker.js
web/types/worker-types.js
|