add group message popup notifications

This commit is contained in:
erinn 2021-06-16 15:58:54 -07:00
parent abe06912a1
commit d9f9489fa2
1 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,8 @@ func (eh *EventHandler) handleProfileEvent(ev *EventProfileEnvelope) string {
}*/
case event.NewMessageFromPeer: //event.TimestampReceived, event.RemotePeer, event.Data
fallthrough
case event.NewMessageFromGroup:
// only needs contact nickname and picture, for displaying on popup notifications
ev.Event.Data["Nick"] = ph.GetNick(ev.Event.Data["RemotePeer"])
ev.Event.Data["Picture"] = ph.GetProfilePic(ev.Event.Data["RemotePeer"])