We also need to call this function on web.
https://linear.app/comm/issue/ENG-8701/create-c-functions-that-fetch-a-subset-of-messages
Depends on D13141
Paths
| Differential D13142 Authored by tomek on Aug 22 2024, 10:48 AM.
Details Summary We also need to call this function on web. https://linear.app/comm/issue/ENG-8701/create-c-functions-that-fetch-a-subset-of-messages Depends on D13141 Test Plan Tested this later in the stack by checking if fetching messages from the DB works on the web, in thick threads with a lot of messages.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptAug 22 2024, 10:48 AM2024-08-22 10:48:54 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Aug 22 2024, 11:08 AM2024-08-22 11:08:17 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Aug 23 2024, 4:00 AM2024-08-23 04:00:03 (UTC-7) Harbormaster completed remote builds in B31226: Diff 43599.Aug 23 2024, 4:11 AM2024-08-23 04:11:50 (UTC-7) tomek added a child revision: D13147: [web][native] Extract common fetching logic.Aug 23 2024, 5:03 AM2024-08-23 05:03:53 (UTC-7) Comment Actions Please update the test plan, accepting it because it looks like it was tested later in the stack This revision is now accepted and ready to land.Aug 26 2024, 2:54 AM2024-08-26 02:54:46 (UTC-7) tomek edited the test plan for this revision. (Show Details)Aug 27 2024, 4:49 AM2024-08-27 04:49:45 (UTC-7) Closed by commit rCOMMe8389432b37e: [web] Expose messages fetching function through the worker and sqlite-api (authored by tomek). · Explain WhyAug 27 2024, 8:02 AM2024-08-27 08:02:10 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 43599 lib/types/sqlite-types.js
lib/utils/__mocks__/config.js
native/database/sqlite-api.js
web/database/sqlite-api.js
web/shared-worker/worker/shared-worker.js
|