mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-31 18:25:56 +00:00
Update src/Simplex/Chat/Operators.hs
Co-authored-by: Evgeny <evgeny@poberezkin.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user