From a31ece73120af91005f455b2dcd6148b92d60445 Mon Sep 17 00:00:00 2001 From: shum Date: Tue, 21 Apr 2026 15:53:19 +0000 Subject: [PATCH] fix(View): add exhaustive pattern match for SPNTF --- src/Simplex/Chat/View.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simplex/Chat/View.hs b/src/Simplex/Chat/View.hs index 0fb1d3d687..eab54aed17 100644 --- a/src/Simplex/Chat/View.hs +++ b/src/Simplex/Chat/View.hs @@ -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