Page MenuHomePhabricator

[lib] Fix sendnig create_sidebar to peers
ClosedPublic

Authored by inka on Sep 6 2024, 6:52 AM.
Tags
None
Referenced Files
F3197841: D13259.id44093.diff
Sat, Nov 9, 9:58 AM
Unknown Object (File)
Thu, Oct 24, 3:39 PM
Unknown Object (File)
Thu, Oct 24, 5:38 AM
Unknown Object (File)
Thu, Oct 24, 5:30 AM
Unknown Object (File)
Thu, Oct 24, 5:00 AM
Unknown Object (File)
Thu, Oct 24, 4:27 AM
Unknown Object (File)
Thu, Oct 24, 4:21 AM
Unknown Object (File)
Thu, Oct 24, 3:50 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.