mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 23:05:18 -05:00
![Erik Johnston](/assets/img/avatar_default.png)
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).