Improve how topic is managed on ws notifications

This commit is contained in:
Andrey Antukh 2024-10-30 12:32:03 +01:00 committed by Alonso Torres
parent 9409078069
commit 97a1bf15ef
6 changed files with 16 additions and 21 deletions

View file

@ -653,7 +653,7 @@
(mbus/pub! msgbus
:topic member-id
:message {:type :team-role-change
:subs-id member-id
:topic member-id
:team-id team-id
:role role})
@ -713,7 +713,6 @@
:topic member-id
:message {:type :team-membership-change
:change :removed
:subs-id member-id
:team-id team-id
:team-name (:name team)})