mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Fix PDU and event signatures
This commit is contained in:
parent
de1ec90133
commit
8c2b5ea7c4
4 changed files with 16 additions and 6 deletions
|
@ -41,7 +41,7 @@ class FeedbackStore(SQLBaseStore):
|
|||
|
||||
defer.returnValue(
|
||||
[
|
||||
self._parse_event_from_row(r)
|
||||
(yield self._parse_events(r))
|
||||
for r in rows
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue