You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
When a user's device is deleted - either manually, when they log out or when their account is deactivated - to_device messages aimed at that device are not deleted, and end up sitting in the database forever.
The text was updated successfully, but these errors were encountered:
anoadragon453
added
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
labels
Feb 8, 2021
anoadragon453
changed the title
We don't delete to_device messages aimed at a local device once that device is deleted
to_device messages aimed at a local device are not removed after that device is deleted
Feb 8, 2021
When a user's device is deleted - either manually, when they log out or when their account is deactivated -
to_device
messages aimed at that device are not deleted, and end up sitting in the database forever.synapse/synapse/handlers/device.py
Lines 343 to 417 in a78016d
There's no point in keeping them around, and should get rid of them when a device goes pop.
Related: #3599
The text was updated successfully, but these errors were encountered: