mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +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).
|
AlertTitle(title).
|
||||||
AlertSubtitle(postTitle).
|
AlertSubtitle(postTitle).
|
||||||
Category("inbox-private-message").
|
Category("inbox-private-message").
|
||||||
|
Custom("comment_id", msg.ID).
|
||||||
Custom("type", "private-message")
|
Custom("type", "private-message")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue