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

Revert "Drop unused tables & unneeded access token ID for events." #16465

Closed clokep closed 1 year ago

clokep commented 1 year ago

Reverts matrix-org/synapse#16268

There are still usages of this table:

https://github.com/matrix-org/synapse/blob/d6b7d49a61ca4c6f87d93ff9eb6a9fa6faef443c/synapse/storage/databases/main/events_worker.py#L2095-L2098