forked from MirrorHub/synapse
Missed an invalidation
This commit is contained in:
parent
f85a415279
commit
e6618ece2d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue