mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 05:46:03 -04:00
Use cached get_user_by_access_token in slaves
This commit is contained in:
parent
dc3a00f24f
commit
a2427981b7
3 changed files with 3 additions and 2 deletions
|
@ -880,6 +880,7 @@ class SQLBaseStore(object):
|
|||
ctx = self._cache_id_gen.get_next()
|
||||
stream_id = ctx.__enter__()
|
||||
txn.call_after(ctx.__exit__, None, None, None)
|
||||
txn.call_after(self.hs.get_notifier().on_new_replication_data)
|
||||
|
||||
self._simple_insert_txn(
|
||||
txn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue