Page MenuHomePhabricator

[lib] Fix sendnig create_sidebar to peers
ClosedPublic

Authored by inka on Sep 6 2024, 6:52 AM.
Tags
None
Referenced Files
F3516168: D13259.diff
Sun, Dec 22, 12:36 PM
Unknown Object (File)
Mon, Dec 16, 5:10 AM
Unknown Object (File)
Thu, Dec 12, 1:37 AM
Unknown Object (File)
Fri, Nov 22, 4:07 PM
Unknown Object (File)
Fri, Nov 22, 4:07 PM
Unknown Object (File)
Nov 14 2024, 1:01 PM
Unknown Object (File)
Nov 14 2024, 12:59 PM
Unknown Object (File)
Nov 14 2024, 3:02 AM
Subscribers

Details

Summary

issue: ENG-9134
For sidebars we should also inform the members of the parent about thier creation

Test Plan

Tested that now when a sidebar is created in a thick thread, other members of the thick thread are informed

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Sep 6 2024, 7:14 AM
tomek added inline comments.
lib/hooks/thread-search-hooks.js
114 ↗(On Diff #43925)

How about renaming it?

134–138 ↗(On Diff #43925)

We shouldn't include the members here - they are already included in the parent thread's members list.

This revision is now accepted and ready to land.Sep 6 2024, 7:43 AM
This revision was automatically updated to reflect the committed changes.