diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-05-16 15:50:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 13:50:07 +0000 |
commit | 806003461226dc8db19bf9d631260b78c48d544e (patch) | |
tree | aa75c33750835016ad1ac4e658d844f8e7e593bb /synapse | |
parent | Fix room upgrades creating an empty room when auth fails (#12696) (diff) | |
download | synapse-806003461226dc8db19bf9d631260b78c48d544e.tar.xz |
Fix typo in listener config (#12742)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index 005a3ee48c..f73d5e1f66 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -996,7 +996,7 @@ class ServerConfig(Config): # federation: the server-server API (/_matrix/federation). Also implies # 'media', 'keys', 'openid' # - # keys: the key discovery API (/_matrix/keys). + # keys: the key discovery API (/_matrix/key). # # media: the media API (/_matrix/media). # |