summary refs log tree commit diff
path: root/changelog.d/8250.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.21.0Richard van der Hoff2020-10-011-1/+0
|
* Clean up types for PaginationConfig (#8250)Erik Johnston2020-09-081-0/+1
This removes `SourcePaginationConfig` and `get_pagination_rows`. The reasoning behind this is that these generic classes/functions erased the types of the IDs it used (i.e. instead of passing around `StreamToken` it'd pass in e.g. `token.room_key`, which don't have uniform types).