improve room creation logic
This commit is contained in:
@@ -27,11 +27,13 @@ track_messages: True
|
|||||||
track_reactions: True
|
track_reactions: True
|
||||||
|
|
||||||
# list of users who can use administrative commands. these users will also be made room admins (PL100)
|
# list of users who can use administrative commands. these users will also be made room admins (PL100)
|
||||||
|
# DEPRECATED: set powerlevels in the parent room instead.
|
||||||
admins:
|
admins:
|
||||||
- '@user1:server.tld'
|
- '@user1:server.tld'
|
||||||
- '@user2:server.tld'
|
- '@user2:server.tld'
|
||||||
|
|
||||||
# list of users who should be considered community moderators. these users will be made room mods (PL50)
|
# list of users who should be considered community moderators. these users will be made room mods (PL50)
|
||||||
|
# DEPRECATED: set powerlevels in the parent room instead.
|
||||||
moderators:
|
moderators:
|
||||||
- '@user3:server.tld'
|
- '@user3:server.tld'
|
||||||
- '@user4:server.tld'
|
- '@user4:server.tld'
|
||||||
|
|||||||
+565
-394
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user