mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Update gomatrixserverlib
This commit is contained in:
parent
3ab8ebf6b8
commit
87f05721b0
4 changed files with 11 additions and 5 deletions
|
@ -97,7 +97,10 @@ func Backfill(
|
|||
}
|
||||
|
||||
var eventJSONs []json.RawMessage
|
||||
for _, e := range gomatrixserverlib.ReverseTopologicalOrdering(evs) {
|
||||
for _, e := range gomatrixserverlib.ReverseTopologicalOrdering(
|
||||
evs,
|
||||
gomatrixserverlib.TopologicalOrderByPrevEvents,
|
||||
) {
|
||||
eventJSONs = append(eventJSONs, e.JSON())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue