ruma / homeserver

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

Limit the timeline length from within the SQL query #176

Open mujx opened 7 years ago

mujx commented 7 years ago

Currently we fetch the whole room timeline and then we discard events based on the timeline limit.