Page MenuHomePhabricator

[lib] implement adding thread members for DMs
ClosedPublic

Authored by kamil on Aug 28 2024, 8:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 12:53 AM
Unknown Object (File)
Mon, Nov 18, 9:35 AM
Unknown Object (File)
Fri, Nov 8, 3:47 PM
Unknown Object (File)
Fri, Nov 8, 1:11 AM
Unknown Object (File)
Fri, Nov 8, 12:55 AM
Unknown Object (File)
Thu, Nov 7, 11:46 PM
Unknown Object (File)
Thu, Nov 7, 11:26 PM
Unknown Object (File)
Thu, Nov 7, 11:25 PM
Subscribers

Details

Summary

ENG-8568

This hook which wraps two needed operations together, add_viewer_to_thread_members and add_members.

Doing this in parallel, not at once is bad, created a task to fix this: ENG-9103, as this is complex change.

Depends on D13182, D13193

Test Plan

Tested later in the stack

Diff Detail

Repository
rCOMM Comm
Branch
logic-5
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 28 2024, 9:33 AM
kamil edited the summary of this revision. (Show Details)
tomek added inline comments.
lib/shared/dm-ops/dm-op-utils.js
172 ↗(On Diff #43766)
222 ↗(On Diff #43766)

Maybe await?

This revision is now accepted and ready to land.Aug 28 2024, 9:56 AM