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
When visiting the user profile of a room member, anyone who has the power level to kick will see an additional button to remove that member from the room.
When the user clicks this button, if they have the power level to ban they will be prompted whether the action is permanent or if the member will be allowed to rejoin.
Users that are kicked out of a room are no longer members of the room. They don’t show up in the room-member list anymore.
Users that are banned should show at the end of the room-member list in a section only visible to members that have the right to ban room members. Visiting the profile of one of these users should show a button to unban that user.
The new button should not be shown when visiting a user profile from a DM (1:1 room with isDirect && isEncrypted), only for regular rooms.
Description
Designs
Acceptance criteria
isDirect && isEncrypted
), only for regular rooms.-- BanUser
-- UnbanUser
Size estimate
S
Dependencies
Out of scope
Open questions
Questions
Subtasks
Android
iOS
Rust
Other
The text was updated successfully, but these errors were encountered: