mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 17:36:59 +00:00
peppate
This commit is contained in:
parent
d4315bbf6b
commit
367cfab4e6
1 changed files with 2 additions and 3 deletions
|
@ -348,7 +348,6 @@ class ReceiptsStore(SQLBaseStore):
|
||||||
# FIXME: This shouldn't invalidate the whole cache
|
# FIXME: This shouldn't invalidate the whole cache
|
||||||
txn.call_after(self.get_linearized_receipts_for_room.invalidate_all)
|
txn.call_after(self.get_linearized_receipts_for_room.invalidate_all)
|
||||||
|
|
||||||
|
|
||||||
self._simple_delete_txn(
|
self._simple_delete_txn(
|
||||||
txn,
|
txn,
|
||||||
table="receipts_graph",
|
table="receipts_graph",
|
||||||
|
|
Loading…
Add table
Reference in a new issue