mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
5b70f240cf
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 | ||
export_signing_key.py | ||
generate_config.py | ||
generate_log_config.py | ||
generate_signing_key.py | ||
generate_workers_map.py | ||
hash_password.py | ||
move_remote_media_to_new_store.py | ||
register_new_matrix_user.py | ||
review_recent_signups.py | ||
synapse_port_db.py | ||
synctl.py | ||
update_synapse_database.py |