mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Tweaks to backfill (#964)
This commit is contained in:
parent
895a72b6ee
commit
7b3edf4622
3 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ func Backfill(
|
|||
}
|
||||
|
||||
var eventJSONs []json.RawMessage
|
||||
for _, e := range evs {
|
||||
for _, e := range gomatrixserverlib.ReverseTopologicalOrdering(evs) {
|
||||
eventJSONs = append(eventJSONs, e.JSON())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue