diff options
author | AndrewFerr <AndrewFerr@users.noreply.github.com> | 2021-10-25 10:24:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 15:24:49 +0100 |
commit | 4387b791e01eb1a207fe44fecbc901eead8eb4db (patch) | |
tree | a6fcb9b1fa3f1521daa2f869c305b5a38c19f921 /changelog.d | |
parent | Ensure that we correctly auth events returned by `send_join` (#11012) (diff) | |
download | synapse-4387b791e01eb1a207fe44fecbc901eead8eb4db.tar.xz |
Don't set new room alias before potential 403 (#10930)
Fixes: #10929 Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10930.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10930.bugfix b/changelog.d/10930.bugfix new file mode 100644 index 0000000000..756bfe9107 --- /dev/null +++ b/changelog.d/10930.bugfix @@ -0,0 +1 @@ +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. |