diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-03 16:27:01 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-03 16:27:01 +0100 |
commit | 581c54bebef865039352f4ec141c98413cb45f53 (patch) | |
tree | 4f249c2cbe11122152594a96eec1b2a59fb673d8 /synapse | |
parent | Fix up directory server to not require uploading room hosts. Update the room ... (diff) | |
download | synapse-581c54bebef865039352f4ec141c98413cb45f53.tar.xz |
Add exception handling to directory servlet, so we don't 500. Mark directory API as volatile in the api docs.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/directory.py | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/synapse/rest/directory.py b/synapse/rest/directory.py |