1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00
synapse/tests/push
Quentin Gliech 5b70f240cf
Make cleaning up pushers depend on the device_id instead of the token_id ()
This makes it so that we rely on the `device_id` to delete pushers on logout,
instead of relying on the `access_token_id`. This ensures we're not removing
pushers on token refresh, and prepares for a world without access token IDs
(also known as the OIDC).

This actually runs the `set_device_id_for_pushers` background update, which
was forgotten in .

Note that for backwards compatibility it still deletes pushers based on the
`access_token` until the background update finishes.
2023-03-24 11:09:39 -04:00
..
__init__.py Write some tests for the email pusher () 2018-10-30 23:55:43 +11:00
test_bulk_push_rule_evaluator.py Reject mentions on the C-S API which are invalid. () 2023-03-24 08:31:14 -04:00
test_email.py Make cleaning up pushers depend on the device_id instead of the token_id () 2023-03-24 11:09:39 -04:00
test_http.py Make cleaning up pushers depend on the device_id instead of the token_id () 2023-03-24 11:09:39 -04:00
test_presentable_names.py Fix-up type hints for tests.push module. () 2023-01-11 07:35:40 -05:00
test_push_rule_evaluator.py Use immutabledict instead of frozendict () 2023-03-22 17:15:34 +00:00