mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 07:37:03 -05:00
bd4b25f4d0
We've long passed the point where it's possible to have the same event_id in different tables, so these join conditions are redundant: we can just join on event_id. event_edges is of non-trivial size, and the room_id column is wasteful, so let's stop reading from it. In future, we can stop writing to it, and then drop it.