mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-31 13:15:42 +00:00
Merge remote-tracking branch 'origin/master' into ab/debug-subs
This commit is contained in:
@@ -3589,6 +3589,8 @@ processAgentMessage _ connId (DEL_RCVQ srv qId err_) =
|
||||
toView $ CRAgentRcvQueueDeleted (AgentConnId connId) srv (AgentQueueId qId) err_
|
||||
processAgentMessage _ connId DEL_CONN =
|
||||
toView $ CRAgentConnDeleted (AgentConnId connId)
|
||||
processAgentMessage _ "" (ERR e) =
|
||||
toView $ CRChatError Nothing $ ChatErrorAgent e Nothing
|
||||
processAgentMessage corrId connId msg = do
|
||||
let acId = AgentConnId connId
|
||||
acTag = aCommandTag msg
|
||||
|
||||
Reference in New Issue
Block a user