mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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 get_room_name_and_aliases(self, room_id):
|
||||||
def f(txn):
|
def f(txn):
|
||||||
sql = (
|
sql = (
|
||||||
"SELECT event_id FROM events current_state_events "
|
"SELECT event_id FROM current_state_events "
|
||||||
"WHERE room_id = ? "
|
"WHERE room_id = ? "
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user