-
- Downloads
Stop reading from `event_edges.room_id`. (#12914)
event_edges.room_id is implied by the event id, so there is no need to join on the room id.
Showing
- changelog.d/12914.misc 1 addition, 0 deletionschangelog.d/12914.misc
- synapse/storage/databases/main/event_federation.py 2 additions, 5 deletionssynapse/storage/databases/main/event_federation.py
- synapse/storage/databases/main/events_worker.py 15 additions, 18 deletionssynapse/storage/databases/main/events_worker.py
- synapse/storage/schema/__init__.py 4 additions, 1 deletionsynapse/storage/schema/__init__.py
Loading
Please register or sign in to comment