MatrixSynapse/synapse/replication
Richard van der Hoff aa07c37cf0
Move and rename `get_devices_with_keys_by_user` (#8204)
* Move `get_devices_with_keys_by_user` to `EndToEndKeyWorkerStore`

this seems a better fit for it.

This commit simply moves the existing code: no other changes at all.

* Rename `get_devices_with_keys_by_user`

to better reflect what it does.

* get_device_stream_token abstract method

To avoid referencing fields which are declared in the derived classes, make
`get_device_stream_token` abstract, and define that in the classes which define
`_device_list_id_gen`.
2020-09-01 12:41:21 +01:00
..
http Add a shadow-banned flag to users. (#8092) 2020-08-14 12:37:59 -04:00
slave Move and rename `get_devices_with_keys_by_user` (#8204) 2020-09-01 12:41:21 +01:00
tcp Fix `wait_for_stream_position` for multiple waiters. (#8196) 2020-08-28 17:12:45 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00