mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 11:30:19 +01:00
Fix broken SQL
This commit is contained in:
parent
00718ae7a9
commit
503e4d3d52
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue