From 7485175980588f0eb331e4be6c7112640ca4b12c Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Mon, 10 Nov 2025 21:30:06 +0000 Subject: [PATCH] remove comment --- src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs b/src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs index 58eb3fa58..9a02ce1e0 100644 --- a/src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs +++ b/src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs @@ -108,7 +108,6 @@ wpEncrypt' WPKey {wpAuth, wpP256dh = WPP256dh uaPubK} asPrivK salt clearT = do Left e -> throwE e Right iv -> pure iv --- TODO [webpush] use ToJSON encodePN :: PushNotification -> BL.ByteString encodePN pn = J.encode $ case pn of PNVerification code -> J.object ["verification" .= code]