mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 19:01:57 +00:00
Merge branch 'stable'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user