mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-24 21:45:21 +00:00
87095ae500
when an access token had a refresh token associated to it in the database, deleting this refresh token (for example when deleting the device using it) would cascade delete the access token, which wouldn't be returned by the sql query that was supposed to delete it on its own, and an empty array was passed to the cache invalidation function.