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

Drop unused tables & unneeded access token ID for events. #16522

Closed clokep closed 11 months ago

clokep commented 1 year ago

This relands #16268 which was backed out in #16465.

This depends on #16521, which will hopefully land in Synapse 1.96.0. Meaning this PR can land in 1.98.0.

Fixes #16042 and fixes #15786.

clokep commented 11 months ago

Let's try this again...

clokep commented 11 months ago

I'm fairly certain I caught all usages of these tables this time. 😄