mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-09 23:11:52 +00:00
fix(View): add exhaustive pattern match for SPNTF
This commit is contained in:
@@ -1621,6 +1621,7 @@ viewServerTestResult (AProtoServerWithAuth p _) = \case
|
||||
pName = case p of
|
||||
SPSMP -> "packet"
|
||||
SPXFTP -> "data"
|
||||
SPNTF -> "notification"
|
||||
|
||||
viewRelayTestResult :: Maybe RelayProfile -> Maybe RelayTestFailure -> [StyledString]
|
||||
viewRelayTestResult relayProfile_ = \case
|
||||
|
||||
Reference in New Issue
Block a user