mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 05:38:26 +00:00
JSON false not str
This commit is contained in:
@@ -593,7 +593,7 @@ class StickyEventsWorkerStore(StateGroupWorkerStore, CacheInvalidationWorkerStor
|
||||
txn.execute(
|
||||
f"""
|
||||
UPDATE event_json
|
||||
SET internal_metadata = json_set(internal_metadata, '$.soft_failed', 'false')
|
||||
SET internal_metadata = json_set(internal_metadata, '$.soft_failed', json('false'))
|
||||
WHERE {clause}
|
||||
""",
|
||||
args,
|
||||
|
||||
Reference in New Issue
Block a user