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, }