core: inactive connections/members (#4009)

This commit is contained in:
spaced4ndy
2024-05-28 16:42:07 +04:00
committed by GitHub
parent d79b4dfb5a
commit 3d395b0e45
18 changed files with 226 additions and 46 deletions
+1
View File
@@ -752,6 +752,7 @@ data ChatResponse
| CRAgentMsgCounts {msgCounts :: [(Text, (Int, Int))]}
| CRContactDisabled {user :: User, contact :: Contact}
| CRConnectionDisabled {connectionEntity :: ConnectionEntity}
| CRConnectionInactive {connectionEntity :: ConnectionEntity, inactive :: Bool}
| CRAgentRcvQueueDeleted {agentConnId :: AgentConnId, server :: SMPServer, agentQueueId :: AgentQueueId, agentError_ :: Maybe AgentErrorType}
| CRAgentConnDeleted {agentConnId :: AgentConnId}
| CRAgentUserDeleted {agentUserId :: Int64}