From 9fbc4d51eeb54a1ce3a51066e792e29210bc5496 Mon Sep 17 00:00:00 2001 From: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com> Date: Fri, 3 Mar 2023 22:42:12 +0530 Subject: [PATCH] [Fix] Community ID for Mention or Replies Notification in Activity Center (#3250) * [Fix] Community ID for Mention or Replies Notification in Activity Center * [Update] Version Number --- VERSION | 2 +- protocol/messenger.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7a3897d6f..78c52a37f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.136.0 +0.136.1 diff --git a/protocol/messenger.go b/protocol/messenger.go index 3a89362aa..4399d3781 100644 --- a/protocol/messenger.go +++ b/protocol/messenger.go @@ -3016,7 +3016,7 @@ func (r *ReceivedMessageState) addNewActivityCenterNotification(publicKey ecdsa. Type: notificationType, Timestamp: message.WhisperTimestamp, ChatID: chat.ID, - CommunityID: message.CommunityID, + CommunityID: chat.CommunityID, Author: message.From, }