diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-01 16:34:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 16:34:32 +0100 |
commit | b8d7d3996b748d599b5f2ffe700ee381de5b61eb (patch) | |
tree | ff0d789d9d2c279a126c82c35dff32e5104a93fd /synapse | |
parent | Python 3: Convert some unicode/bytes uses (#3569) (diff) | |
parent | Update 2952.bugfix (diff) | |
download | synapse-b8d7d3996b748d599b5f2ffe700ee381de5b61eb.tar.xz |
Merge pull request #3620 from fuzzmz/return-404-room-not-found
return 404 if room not found
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/client/v1/directory.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/rest/client/v1/directory.py b/synapse/rest/client/v1/directory.py |