forked-synapse/synapse/streams
Erik Johnston 0f545e6b96
Clean up types for PaginationConfig (#8250)
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).
2020-09-08 15:00:17 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
config.py Clean up types for PaginationConfig (#8250) 2020-09-08 15:00:17 +01:00
events.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00