mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -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,
|
state.user_id, stream_id,
|
||||||
)
|
)
|
||||||
txn.call_after(
|
txn.call_after(
|
||||||
self._get_presence_for_user, (state.user_id,)
|
self._get_presence_for_user.invalidate, (state.user_id,)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Actually insert new rows
|
# Actually insert new rows
|
||||||
|
Loading…
Reference in New Issue
Block a user