From 91456dc9b9621f816a70b2a775505bd2a5bae7f3 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sun, 1 May 2022 13:20:36 -0400 Subject: [PATCH] include comment_id for private messages --- internal/worker/notifications.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/worker/notifications.go b/internal/worker/notifications.go index 7102d26..6240b32 100644 --- a/internal/worker/notifications.go +++ b/internal/worker/notifications.go @@ -460,6 +460,7 @@ func payloadFromMessage(acct domain.Account, msg *reddit.Thing, badgeCount int) AlertTitle(title). AlertSubtitle(postTitle). Category("inbox-private-message"). + Custom("comment_id", msg.ID). Custom("type", "private-message") }