diff options
author | Eric Eastwood <erice@element.io> | 2021-10-20 16:48:23 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2021-10-20 16:48:28 -0500 |
commit | 886071b66b743c0f0f0d25866680d4ba6d1f9bc8 (patch) | |
tree | e0db3bc5320cac60e9ffe4f3b7b1d49568abe2dc /scripts-dev | |
parent | Some more trials of trying to get many many events to backfill in order on re... (diff) | |
download | synapse-886071b66b743c0f0f0d25866680d4ba6d1f9bc8.tar.xz |
Fix backfill not picking up batch events connected to non-base insertion events
Previously, we would only look for a batch event if the insertion event was connected to something else by prev_event. This is only the case for the base insertion event. And instead, we need to look for a batch event whenever we come across an insertion event.
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh |