Create the spec.
https://linear.app/comm/issue/ENG-8737/create-dmoperations-for-changesettingsmessageinfo
Depends on D12872
Paths
| Differential D12881 Authored by tomek on Jul 25 2024, 8:47 AM.
Details Summary Create the spec. https://linear.app/comm/issue/ENG-8737/create-dmoperations-for-changesettingsmessageinfo Depends on D12872 Test Plan Tested that processing the operation with changed name and color results with these values being updated both in Redux and in the DB (on web).
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptJul 25 2024, 8:47 AM2024-07-25 08:47:13 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Jul 25 2024, 8:48 AM2024-07-25 08:48:33 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Jul 25 2024, 9:10 AM2024-07-25 09:10:31 (UTC-7) Harbormaster completed remote builds in B30692: Diff 42808.Jul 26 2024, 3:30 AM2024-07-26 03:30:32 (UTC-7) Harbormaster completed remote builds in B30706: Diff 42823.Jul 26 2024, 5:07 AM2024-07-26 05:07:56 (UTC-7)
tomek marked an inline comment as done. Comment ActionsExtract common logic
Harbormaster completed remote builds in B30760: Diff 42903.Jul 29 2024, 7:50 AM2024-07-29 07:50:29 (UTC-7) tomek added a child revision: D12921: [lib] Handle replies count.Jul 29 2024, 8:43 AM2024-07-29 08:43:34 (UTC-7) Harbormaster completed remote builds in B30788: Diff 42933.Jul 30 2024, 3:24 AM2024-07-30 03:24:57 (UTC-7) Comment Actions Should we set the unread status?
This revision is now accepted and ready to land.Jul 31 2024, 2:22 AM2024-07-31 02:22:44 (UTC-7) Comment Actions
Yes, you're right!
This revision is now accepted and ready to land.Aug 1 2024, 5:53 AM2024-08-01 05:53:01 (UTC-7) Harbormaster failed remote builds in B30851: Diff 43018!Aug 1 2024, 6:06 AM2024-08-01 06:06:45 (UTC-7) Harbormaster failed remote builds in B30852: Diff 43019!Aug 1 2024, 6:18 AM2024-08-01 06:18:51 (UTC-7) Comment Actions
I wonder if it would be better to handle this as a "side effect" of the main processDMOperation. We could take a similar approach to updating the replies count. We would need to check all of the rawMessageInfos, as well as any messages in the updateInfos, to see if any new messages are introduced that aren't from the viewer. This could potentially be done in useProcessDMOperation. Potentially mergeUpdatesWithMessageInfos could be helpful for extracting the messages from the updates. @tomek, what do you think? A unified approach would mitigate the risk of the programmer forgetting to handle it in a specific case, and it would reduce code duplication. Comment Actions
Makes sense! Created a task to track https://linear.app/comm/issue/ENG-8930/unify-the-approach-to-replies-count-and-unread-status-updates, because creating a new diff on top of this stack is more efficient than updating all the diffs. Harbormaster completed remote builds in B30852: Diff 43019.Aug 2 2024, 2:08 AM2024-08-02 02:08:55 (UTC-7) tomek edited the test plan for this revision. (Show Details)Aug 2 2024, 4:38 AM2024-08-02 04:38:19 (UTC-7) Closed by commit rCOMM7b01dce4fc6f: [lib] DMOperationSpec for change thread settings operation (authored by tomek). · Explain WhyAug 2 2024, 8:38 AM2024-08-02 08:38:04 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42823 keyserver/src/responders/thread-responders.js
lib/shared/dm-ops/change-thread-settings-spec.js
lib/shared/dm-ops/dm-op-specs.js
lib/types/dm-ops.js
|