mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 17:24:59 -04:00
Add m.room.history_visibility to newly created rooms' m.room.power_levels
This commit is contained in:
parent
fb47c3cfbe
commit
1a3255b507
2 changed files with 2 additions and 0 deletions
|
@ -575,6 +575,7 @@ class Auth(object):
|
|||
levels_to_check = [
|
||||
("users_default", []),
|
||||
("events_default", []),
|
||||
("state_default", []),
|
||||
("ban", []),
|
||||
("redact", []),
|
||||
("kick", []),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue