From 1f312ef8fe9ddd9fb0eb07d08a8ece96aba7c6da Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:43:19 +0000 Subject: [PATCH] Update src/Simplex/Chat/Operators.hs Co-authored-by: Evgeny --- src/Simplex/Chat/Operators.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Simplex/Chat/Operators.hs b/src/Simplex/Chat/Operators.hs index e6fe91cd49..08c7b84087 100644 --- a/src/Simplex/Chat/Operators.hs +++ b/src/Simplex/Chat/Operators.hs @@ -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