mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
And use buffer(...) there as well
This commit is contained in:
parent
ed2584050f
commit
0cf7e480b4
2 changed files with 3 additions and 2 deletions
|
@ -162,7 +162,8 @@ class TransactionStore(SQLBaseStore):
|
|||
return self.runInteraction(
|
||||
"delivered_txn",
|
||||
self._delivered_txn,
|
||||
transaction_id, destination, code, response_dict
|
||||
transaction_id, destination, code,
|
||||
buffer(encode_canonical_json(response_dict)),
|
||||
)
|
||||
|
||||
def _delivered_txn(self, txn, transaction_id, destination,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue