Room default power level awareness

This commit is contained in:
miruka
2020-07-12 19:28:40 -04:00
parent 9d397b62c5
commit 0459657575
4 changed files with 8 additions and 2 deletions

View File

@@ -179,6 +179,7 @@ class Room(ModelItem):
invite_required: bool = True
guests_allowed: bool = True
default_power_level: int = 0
can_invite: bool = False
can_kick: bool = False
can_redact_all: bool = False