♻️ Clean up and refactors of viewer role

This commit is contained in:
Pablo Alba 2024-10-17 16:47:55 +02:00
parent 66530ca868
commit bd08e99080
11 changed files with 53 additions and 60 deletions

View file

@ -652,7 +652,7 @@
(mbus/pub! msgbus
:topic member-id
:message {:type :team-permissions-change
:message {:type :team-role-change
:subs-id member-id
:team-id team-id
:role role})
@ -711,7 +711,8 @@
(mbus/pub! msgbus
:topic member-id
:message {:type :removed-from-team
:message {:type :team-membership-change
:change :removed
:subs-id member-id
:team-id team-id
:team-name (:name team)})