mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 22:54:29 +00:00
hide up/down details in CLI unless requested with -c
This commit is contained in:
+1
-1
@@ -3685,7 +3685,7 @@ processAgentMessageNoConn = \case
|
||||
where
|
||||
connIds = map AgentConnId conns
|
||||
notifyAPI = toView . CRNetworkStatus nsStatus
|
||||
notifyCLI = do
|
||||
notifyCLI = whenM (asks $ subscriptionEvents . config) $ do
|
||||
cs <- withStore' (`getConnectionsContacts` conns)
|
||||
toView $ event srv cs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user