[FIX] Storybook of System Message within Message.stories (#4629)

This commit is contained in:
Reinaldo Neto 2022-10-21 17:09:05 -03:00 committed by GitHub
parent 1aef030d75
commit 2b53898066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -820,8 +820,8 @@ export const SystemMessages = () => (
<Message msg='public' type='room_changed_privacy' isInfo />
<Message type='room_e2e_disabled' isInfo />
<Message type='room_e2e_enabled' isInfo />
<Message type='removed-user-from-team' isInfo />
<Message type='added-user-to-team' isInfo />
<Message msg='rocket.cat' type='removed-user-from-team' isInfo />
<Message msg='rocket.cat' type='added-user-to-team' isInfo />
<Message type='user-added-room-to-team' isInfo msg='channel-name' />
<Message type='user-converted-to-team' isInfo msg='channel-name' />
<Message type='user-converted-to-channel' isInfo msg='channel-name' />