mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-19 04:31:06 +02:00
The invalidation was missing in `_claim_e2e_one_time_key_returning`, which is used on SQLite 3.24+ and Postgres. This could break e2ee if nothing else happened to invalidate the caches before the keys ran out. Signed-off-by: Tulir Asokan <tulir@beeper.com>
2 lines
95 B
Plaintext
2 lines
95 B
Plaintext
Fix invalidating one-time key count cache after claiming keys. Contributed by Tulir at Beeper.
|