Redaction code adjustments + theme addition

This commit is contained in:
miruka
2020-04-01 15:15:49 -04:00
parent e60a7f6dac
commit 05319af858
9 changed files with 50 additions and 33 deletions

View File

@@ -70,7 +70,7 @@ class Room(ModelItem):
guests_allowed: bool = True
can_invite: bool = False
can_redact: bool = False
can_redact_all: bool = False
can_send_messages: bool = False
can_set_name: bool = False
can_set_topic: bool = False