mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 17:49:25 -05:00
Turn off persistance of sent_transactions.response_json
This commit is contained in:
parent
cce5d057d3
commit
25d2914fba
@ -184,7 +184,7 @@ class TransactionStore(SQLBaseStore):
|
||||
},
|
||||
updatevalues={
|
||||
"response_code": code,
|
||||
"response_json": response_json,
|
||||
"response_json": None, # For now, don't persist response_json
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user