diff --git a/src/Simplex/Chat/Controller.hs b/src/Simplex/Chat/Controller.hs index 8b83c861b3..6e60cbda6c 100644 --- a/src/Simplex/Chat/Controller.hs +++ b/src/Simplex/Chat/Controller.hs @@ -1598,7 +1598,7 @@ $(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RCSR") ''RemoteCtrlStopReason) $(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RHSR") ''RemoteHostStopReason) -$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "CLS") ''ChatLandingSection) +$(JQ.deriveJSON (enumJSON $ dropPrefix "CLS") ''ChatLandingSection) $(JQ.deriveJSON (sumTypeJSON $ dropPrefix "CR") ''ChatResponse)