ruma / homeserver

A Matrix homeserver written in Rust.
https://www.ruma.io/
1.08k stars 41 forks source link

Use ORDER BY clause to sort timeline events #177

Closed mujx closed 7 years ago

mujx commented 7 years ago

The timeline events should be sorted by the ordering field but there is no guaranteed ordering without an ORDER BY clause.

Fixes #140 and the related failure from #175 .