mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix broken SQL
This commit is contained in:
parent
00718ae7a9
commit
503e4d3d52
@ -190,7 +190,7 @@ class RoomStore(SQLBaseStore):
|
||||
def get_room_name_and_aliases(self, room_id):
|
||||
def f(txn):
|
||||
sql = (
|
||||
"SELECT event_id FROM events current_state_events "
|
||||
"SELECT event_id FROM current_state_events "
|
||||
"WHERE room_id = ? "
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user