summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-09-18 12:59:30 +0100
committerGitHub <noreply@github.com>2018-09-18 12:59:30 +0100
commit1e09a1d48a4f34b5a476792c4142243f9f730854 (patch)
tree9529afc40457aedf93fec9399e318291314cabdd /synapse/storage
parentMerge pull request #3895 from matrix-org/rav/decode_bytes_in_metrics (diff)
parentReinstate missing null check (diff)
downloadsynapse-1e09a1d48a4f34b5a476792c4142243f9f730854.tar.xz
Merge pull request #3889 from matrix-org/rav/404_on_remove_unknown_alias
Return a 404 when deleting unknown room alias
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/directory.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/directory.py b/synapse/storage/directory.py
index 808194236a..cfb687cb53 100644
--- a/synapse/storage/directory.py
+++ b/synapse/storage/directory.py
@@ -75,7 +75,6 @@ class DirectoryWorkerStore(SQLBaseStore):
             },
             retcol="creator",
             desc="get_room_alias_creator",
-            allow_none=True
         )
 
     @cached(max_entries=5000)