mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 10:20:32 -05:00
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 #13831. Note that for backwards compatibility it still deletes pushers based on the `access_token` until the background update finishes. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| background_updates.py | ||
| devices.py | ||
| event_reports.py | ||
| federation.py | ||
| media.py | ||
| registration_tokens.py | ||
| rooms.py | ||
| server_notice_servlet.py | ||
| statistics.py | ||
| username_available.py | ||
| users.py | ||