diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-15 11:24:12 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-15 11:24:12 +0100 |
commit | 0be963472bc4ecaafa42872c9fffef5b8f3426f3 (patch) | |
tree | f272f2015c05158c7f6a2b25fe52d87827a50e94 /synapse | |
parent | Implement cache replication stream (diff) | |
download | synapse-0be963472bc4ecaafa42872c9fffef5b8f3426f3.tar.xz |
Use cached version of get_aliases_for_room
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/replication/slave/storage/directory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/slave/storage/directory.py b/synapse/replication/slave/storage/directory.py index 5fbe3a303a..7301d885f2 100644 --- a/synapse/replication/slave/storage/directory.py +++ b/synapse/replication/slave/storage/directory.py @@ -20,4 +20,4 @@ from synapse.storage.directory import DirectoryStore class DirectoryStore(BaseSlavedStore): get_aliases_for_room = DirectoryStore.__dict__[ "get_aliases_for_room" - ].orig + ] |