Missed an invalidation

pull/2237/head
Erik Johnston 2017-05-23 09:36:52 +01:00
parent f85a415279
commit e6618ece2d
1 changed files with 3 additions and 0 deletions

View File

@ -240,6 +240,9 @@ class EndToEndKeyStore(SQLBaseStore):
txn.call_after(
self.count_e2e_one_time_keys.invalidate, (user_id, device_id,)
)
self._invalidate_cache_and_stream(
txn, self.count_e2e_one_time_keys, (user_id, device_id,)
)
return result
return self.runInteraction(
"claim_e2e_one_time_keys", _claim_e2e_one_time_keys