diff options
author | Kegsay <kegan@matrix.org> | 2020-05-01 16:41:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 16:41:13 +0100 |
commit | 36bbb255614d289a3417194d4d2ac129e339f531 (patch) | |
tree | be8ea170d1ae2e04740b95dedbe63d4892381109 /roomserver | |
parent | f7cfa758864cc9849ce8b0539895283417b75eb0 (diff) |
Fix ordering when backfilling (#1000)
* Fix ordering when backfilling
The problem was that we weren't sorting the returned events
by depth when sending them back to the caller, instead we
were sorting by prev_events which is not the same thing.
* Fixup tests
Diffstat (limited to 'roomserver')
0 files changed, 0 insertions, 0 deletions