mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 18:37: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,
|
Type: notificationType,
|
||||||
Timestamp: message.WhisperTimestamp,
|
Timestamp: message.WhisperTimestamp,
|
||||||
ChatID: chat.ID,
|
ChatID: chat.ID,
|
||||||
CommunityID: message.CommunityID,
|
CommunityID: chat.CommunityID,
|
||||||
Author: message.From,
|
Author: message.From,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user