Page MenuHomePhabricator

[lib] implement adding thread members for DMs
ClosedPublic

Authored by kamil on Wed, Aug 28, 8:37 AM.
Tags
None
Referenced Files
F2788326: D13197.id43786.diff
Sat, Sep 21, 6:19 AM
Unknown Object (File)
Thu, Sep 19, 5:34 AM
Unknown Object (File)
Thu, Sep 19, 4:17 AM
Unknown Object (File)
Wed, Sep 18, 11:21 PM
Unknown Object (File)
Sat, Sep 14, 8:47 PM
Unknown Object (File)
Wed, Sep 11, 9:48 PM
Unknown Object (File)
Wed, Sep 11, 6:15 AM
Unknown Object (File)
Tue, Sep 10, 7:49 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.Wed, Aug 28, 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.Wed, Aug 28, 9:56 AM