Actually call invalidate

pull/2062/head
Erik Johnston 2017-03-24 13:28:20 +00:00
parent 09f79aaad0
commit 987f4945b4
1 changed files with 1 additions and 1 deletions

View File

@ -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