mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:06:01 -04:00
Rename _execute_query
This commit is contained in:
parent
937c175029
commit
2529f2bc01
4 changed files with 4 additions and 4 deletions
|
@ -119,7 +119,7 @@ class DataStore(RoomDataStore, RoomMemberStore, MessageStore, RoomStore,
|
|||
else:
|
||||
args = (room_id, )
|
||||
|
||||
results = yield self._execute_query(sql, *args)
|
||||
results = yield self._execute_and_decode(sql, *args)
|
||||
|
||||
defer.returnValue(
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue