mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 04:31:30 +00:00
Fix missing chat from notifications
This commit is contained in:
parent
66c78c6a7f
commit
290f21d9ba
@ -3940,7 +3940,7 @@ func (m *Messenger) ValidateTransactions(ctx context.Context, addresses []types.
|
||||
response.Notifications = append(response.Notifications, MessageNotificationBody{
|
||||
Message: message,
|
||||
Contact: contact,
|
||||
Chat: m.allChats[message.ChatId],
|
||||
Chat: chat,
|
||||
})
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user