forked from MirrorHub/synapse
0f545e6b96
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).
1 line
44 B
Text
1 line
44 B
Text
Clean up type hints for `PaginationConfig`.
|