mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-10 10:15:59 +00:00
don't omit nulls in debug objects
This commit is contained in:
@@ -1491,9 +1491,9 @@ $(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RCSR") ''RemoteCtrlStopReason)
|
||||
|
||||
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RHSR") ''RemoteHostStopReason)
|
||||
|
||||
$(JQ.deriveJSON defaultJSON ''AgentDeliveryStatus)
|
||||
$(JQ.deriveJSON J.defaultOptions ''AgentDeliveryStatus)
|
||||
|
||||
$(JQ.deriveJSON defaultJSON ''DebugConnectionStatus)
|
||||
$(JQ.deriveJSON J.defaultOptions ''DebugConnectionStatus)
|
||||
|
||||
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "CR") ''ChatResponse)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user