mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Actually call invalidate
This commit is contained in:
parent
09f79aaad0
commit
987f4945b4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class PresenceStore(SQLBaseStore):
|
|||
state.user_id, stream_id,
|
||||
)
|
||||
txn.call_after(
|
||||
self._get_presence_for_user, (state.user_id,)
|
||||
self._get_presence_for_user.invalidate, (state.user_id,)
|
||||
)
|
||||
|
||||
# Actually insert new rows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue