ios: switch contact and member to another address (#1282)

* ios: switch contact and member to another address

* update simplexmq (JSON encoding)
This commit is contained in:
Evgeny Poberezkin
2022-11-02 09:48:20 +00:00
committed by GitHub
parent d5fc0d7dfc
commit cbdd9b9e37
6 changed files with 63 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ import GHC.Generics (Generic)
import Simplex.Chat.Markdown
import Simplex.Chat.Protocol
import Simplex.Chat.Types
import Simplex.Messaging.Agent.Protocol (SwitchPhase (..), AgentErrorType, AgentMsgId, MsgErrorType (..), MsgMeta (..), SwitchPhase)
import Simplex.Messaging.Agent.Protocol (AgentErrorType, AgentMsgId, MsgErrorType (..), MsgMeta (..), SwitchPhase (..))
import Simplex.Messaging.Encoding.String
import Simplex.Messaging.Parsers (dropPrefix, enumJSON, fromTextField_, fstToLower, singleFieldJSON, sumTypeJSON)
import Simplex.Messaging.Protocol (MsgBody)