From 38f65c82c32233eaf828bd0ea4366d7fb3155165 Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Tue, 9 Aug 2022 21:46:49 +0400 Subject: [PATCH] core: send notification on XGrpMemFwd (#921) --- src/Simplex/Chat/Protocol.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simplex/Chat/Protocol.hs b/src/Simplex/Chat/Protocol.hs index 91a9f9f4bb..8b6a402288 100644 --- a/src/Simplex/Chat/Protocol.hs +++ b/src/Simplex/Chat/Protocol.hs @@ -452,6 +452,7 @@ hasNotification = \case XFile_ -> True XContact_ -> True XGrpInv_ -> True + XGrpMemFwd_ -> True XGrpDel_ -> True XCallInv_ -> True _ -> False