Update src/Simplex/Chat/Operators.hs

Co-authored-by: Evgeny <evgeny@poberezkin.com>
This commit is contained in:
sh
2025-12-03 11:43:19 +00:00
committed by GitHub
parent 9b45f449d4
commit 1f312ef8fe

View File

@@ -63,9 +63,8 @@ previousConditionsCommit = "a5061f3147165a05979d6ace33960aced2d6ac03"
usageConditionsText :: Text
usageConditionsText =
$( do
let bs = $(embedFile "PRIVACY.md")
[| stripFrontMatter (safeDecodeUtf8 bs) |]
$( let s = $(embedFile "PRIVACY.md")
in [|stripFrontMatter $(lift (safeDecodeUtf8 s))|]
)
data OperatorTag = OTSimplex | OTFlux