Add kick to room member context menu
This commit is contained in:
@@ -70,6 +70,7 @@ class Room(ModelItem):
|
||||
guests_allowed: bool = True
|
||||
|
||||
can_invite: bool = False
|
||||
can_kick: bool = False
|
||||
can_redact_all: bool = False
|
||||
can_send_messages: bool = False
|
||||
can_set_name: bool = False
|
||||
|
Reference in New Issue
Block a user