Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2025-01-10 13:59:21 +00:00
8 changed files with 26 additions and 26 deletions
+1 -3
View File
@@ -522,9 +522,7 @@ instance ToJSON MsgContentTag where
toJSON = strToJSON
toEncoding = strToJEncoding
instance FromField MsgContentTag where fromField = blobFieldDecoder strDecode
instance ToField MsgContentTag where toField = toField . strEncode
instance ToField MsgContentTag where toField = toField . safeDecodeUtf8 . strEncode
data MsgContainer
= MCSimple ExtMsgContent