0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-06 08:29:04 +02:00
synapse/changelog.d/10930.bugfix
AndrewFerr 4387b791e0
Don't set new room alias before potential 403 (#10930)
Fixes: #10929 

Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
2021-10-25 15:24:49 +01:00

1 line
154 B
Text

Newly-created public rooms are now only assigned an alias if the room's creation has not been blocked by permission settings. Contributed by @AndrewFerr.