mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-16 21:02:19 -04:00
Fix remove_stale_pushers job on SQLite. (#10843)
This commit is contained in:
parent
6b6bb81b23
commit
437961744c
9 changed files with 27 additions and 23 deletions
|
@ -667,7 +667,7 @@ class PersistEventsStore:
|
|||
table="event_auth_chain_to_calculate",
|
||||
keyvalues={},
|
||||
column="event_id",
|
||||
iterable=new_chain_tuples,
|
||||
values=new_chain_tuples,
|
||||
)
|
||||
|
||||
# Now we need to calculate any new links between chains caused by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue