include comment_id for private messages

This commit is contained in:
Andre Medeiros 2022-05-01 13:20:36 -04:00
parent b886dd3fab
commit 91456dc9b9

View file

@ -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")
}