You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a group has 2 member
Member 1: has role channel_role: channel_member (can not pin message)
Member 2: has role channel_role: channel_moderator (can pin message)
To Reproduce
Steps to reproduce the behavior:
step 1: Member 1 send message 'Test edit'
step 2: Member 2 pin message 'Test edit'
step 3: Member 1 edit message 'Test edit' => show error
Expected behavior
Allow editing of your own messages even if they have been pinned by others
Another problem I am facing when granting message pinning permission is that when BE sets the channel_moderator role for a member in the channel, the pin action does not appear in real time and needs to be reloaded even though I have passed in the MessageList messageActions={['edit ', 'quote', 'delete', 'react', 'reply', 'pin']}
Describe the bug
I have a group has 2 member
Member 1: has role channel_role: channel_member (can not pin message)
Member 2: has role channel_role: channel_moderator (can pin message)
To Reproduce
Steps to reproduce the behavior:
step 1: Member 1 send message 'Test edit'
step 2: Member 2 pin message 'Test edit'
step 3: Member 1 edit message 'Test edit' => show error
Expected behavior
Allow editing of your own messages even if they have been pinned by others
Screenshots
Video: https://drive.google.com/drive/folders/1Ss82LrayexkrCV8G9EWSpMhFl7fV5xXE
Package version
The text was updated successfully, but these errors were encountered: