mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 12:16:06 -04:00
Typo
This commit is contained in:
parent
26db18bc90
commit
b57dcb4b51
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class SearchStore(BackgroundUpdateStore):
|
|||
"target_min_stream_id_inclusive": target_min_stream_id,
|
||||
"max_stream_id_exclusive": min_stream_id,
|
||||
"rows_inserted": rows_inserted + len(rows),
|
||||
"have_added_index": True,
|
||||
"have_added_indexes": True,
|
||||
}
|
||||
|
||||
self._background_update_progress_txn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue