Skip to content

Commit ab9100a

Browse files
authored
feat(ABAC): Show system message when a member is removed (#6760)
1 parent 4240202 commit ab9100a

File tree

29 files changed

+832
-115
lines changed

29 files changed

+832
-115
lines changed

app/containers/message/Message.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,8 @@ export const SystemMessages = () => (
19621962
<Message type='user-converted-to-channel' isInfo msg='channel-name' />
19631963
<Message type='user-deleted-room-from-team' isInfo msg='channel-name' />
19641964
<Message type='user-removed-room-from-team' isInfo msg='channel-name' />
1965+
<Message type='abac-removed-user-from-room' isInfo />
1966+
<Message type='unsupported' isInfo />
19651967
</>
19661968
);
19671969

@@ -2003,6 +2005,8 @@ export const SystemMessagesLargeFont = () => (
20032005
<MessageLargeFont type='user-converted-to-channel' isInfo msg='channel-name' />
20042006
<MessageLargeFont type='user-deleted-room-from-team' isInfo msg='channel-name' />
20052007
<MessageLargeFont type='user-removed-room-from-team' isInfo msg='channel-name' />
2008+
<MessageLargeFont type='abac-removed-user-from-room' isInfo />
2009+
<MessageLargeFont type='unsupported' isInfo />
20062010
</>
20072011
);
20082012

0 commit comments

Comments
 (0)