mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:54:47 -04:00
Merge pull request #233 from matrix-org/erikj/canonical_alias
Add server side support for canonical aliases
This commit is contained in:
commit
cbd053bb8f
3 changed files with 19 additions and 1 deletions
|
@ -250,6 +250,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
EventTypes.Name: 100,
|
||||
EventTypes.PowerLevels: 100,
|
||||
EventTypes.RoomHistoryVisibility: 100,
|
||||
EventTypes.CanonicalAlias: 100,
|
||||
},
|
||||
"events_default": 0,
|
||||
"state_default": 50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue