[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
This commit is contained in:
Mohamed Javid 2023-03-03 22:42:12 +05:30 committed by GitHub
parent 224f7461e9
commit 9fbc4d51ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.136.0
0.136.1

View File

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