diff options
author | reivilibre <oliverw@matrix.org> | 2022-05-18 11:46:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 11:46:06 +0000 |
commit | df4963548b8f9bf9e36e76558864f7045d7b5215 (patch) | |
tree | 45858d017ca7facb80a998ba111840e6f23d6298 /synapse/handlers/room.py | |
parent | Switch the 'Configuration' link in the docs homepage to the config manual (#1... (diff) | |
download | synapse-df4963548b8f9bf9e36e76558864f7045d7b5215.tar.xz |
Give a meaningful error message when a client tries to create a room with an invalid alias localpart. (#12779)
Diffstat (limited to '')
-rw-r--r-- | synapse/handlers/room.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py |