Skip to content
Snippets Groups Projects
Commit 0be96347 authored by Erik Johnston's avatar Erik Johnston
Browse files

Use cached version of get_aliases_for_room

parent 64e7e118
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,4 @@ from synapse.storage.directory import DirectoryStore ...@@ -20,4 +20,4 @@ from synapse.storage.directory import DirectoryStore
class DirectoryStore(BaseSlavedStore): class DirectoryStore(BaseSlavedStore):
get_aliases_for_room = DirectoryStore.__dict__[ get_aliases_for_room = DirectoryStore.__dict__[
"get_aliases_for_room" "get_aliases_for_room"
].orig ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment