summaryrefslogtreecommitdiff
path: root/synapse/storage/directory.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-10-04 13:55:50 +0100
committerRichard van der Hoff <richard@matrix.org>2018-10-04 13:55:50 +0100
commita4603f93e83afc572f1e0854e3d816597af46cdf (patch)
tree743af3687510ad172d5d4c7dd4f23fa5c66bfefc /synapse/storage/directory.py
parentcfb6299b643d1a7cd492f577ba7b686a2a309c1f (diff)
Imported Upstream version 0.33.6
Diffstat (limited to 'synapse/storage/directory.py')
-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 80819423..cfb687cb 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)