mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Rename _execute_query
This commit is contained in:
parent
937c175029
commit
2529f2bc01
4 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ class FeedbackStore(SQLBaseStore):
|
|||
"WHERE feedback.target_event_id = ? "
|
||||
)
|
||||
|
||||
rows = yield self._execute_query(sql, event_id)
|
||||
rows = yield self._execute_and_decode(sql, event_id)
|
||||
|
||||
defer.returnValue(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue