mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 18:54:52 -04: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
Add a link
Reference in a new issue