summary refs log tree commit diff
path: root/changelog.d/4045.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove redundant changelog fileRichard van der Hoff2018-10-181-1/+0
| | | | this change has been released
* Fix incorrect truncation in get_missing_eventsRichard van der Hoff2018-10-161-0/+1
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.