forked from MirrorHub/synapse
fc0f13dd03
It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id.
1 line
No EOL
59 B
Text
1 line
No EOL
59 B
Text
Fix bug which made get_missing_events return too few events |