matrix-org / synapse

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

Remove useless async job to delete device messages on sync #16491

Closed MatMaul closed 1 year ago

MatMaul commented 1 year ago

We only deliver up to 100 device messages per sync, so use of an async job to delete those is not needed. cf #16479.

Signed-off-by: Mathieu Velten matmaul@gmail.com

Pull Request Checklist