mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 13:41:24 +00:00
[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:
parent
224f7461e9
commit
9fbc4d51ee
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user