mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
include comment_id for private messages
This commit is contained in:
parent
b886dd3fab
commit
91456dc9b9
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue