mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 02:55:25 -04:00
Merge remote-tracking branch 'upstream/release-v1.58'
This commit is contained in:
commit
6669e3b670
112 changed files with 6165 additions and 1516 deletions
|
@ -55,7 +55,7 @@ class RoomBatchHandler:
|
|||
# it has a larger `depth` but before the successor event because the `stream_ordering`
|
||||
# is negative before the successor event.
|
||||
successor_event_ids = await self.store.get_successor_events(
|
||||
[most_recent_prev_event_id]
|
||||
most_recent_prev_event_id
|
||||
)
|
||||
|
||||
# If we can't find any successor events, then it's a forward extremity of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue