Add kick to room member context menu

This commit is contained in:
miruka
2020-04-19 11:12:35 -04:00
parent bdb9a650d9
commit 2a0a3765fc
9 changed files with 71 additions and 8 deletions

View File

@@ -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