matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

synapse/app/admin_cmd.py still using removed storage.presence #10128

Closed callahad closed 3 years ago

callahad commented 3 years ago

synapse/app/admin_cmd.py still using removed storage.presence: from synapse.replication.slave.storage.presence import SlavedPresenceStore

Originally posted by @vitlav in https://github.com/matrix-org/synapse/issues/9820#issuecomment-854150858

anoadragon453 commented 3 years ago

This file is used for the exfiltration of historical data in case of GDPR requests. Definitely something we'd like to have working when required, and we should probably fix it relatively soon (this broke in v1.33.0).