mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-29 16:18:32 -04:00
Add a description to storage layer's _execute_and_decode()
This commit is contained in:
parent
cdb2e045ee
commit
099e4b88d8
5 changed files with 9 additions and 6 deletions
|
@ -37,7 +37,7 @@ class FeedbackStore(SQLBaseStore):
|
|||
"WHERE feedback.target_event_id = ? "
|
||||
)
|
||||
|
||||
rows = yield self._execute_and_decode(sql, event_id)
|
||||
rows = yield self._execute_and_decode("get_feedback_for_event", sql, event_id)
|
||||
|
||||
defer.returnValue(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue