mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Actually call invalidate
This commit is contained in:
parent
09f79aaad0
commit
987f4945b4
@ -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…
Reference in New Issue
Block a user