diff --git a/scnserver/push/firebase.go b/scnserver/push/firebase.go index 75c3644..08db204 100644 --- a/scnserver/push/firebase.go +++ b/scnserver/push/firebase.go @@ -84,6 +84,7 @@ func (fb FirebaseConnector) SendNotification(ctx context.Context, user models.Us "trimmed": langext.Conditional(msg.NeedsTrim(), "true", "false"), "title": msg.Title, "channel": channel.DisplayName, + "channel_id": channel.ChannelID, "body": langext.Coalesce(msg.TrimmedContent(), ""), }, }