mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 08:10:42 -05:00
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). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| events.py | ||