-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make mobile app notification title and subtitle templatable #3845
Changes from all commits
27ecdd4
c071ce6
29e4b40
7a71886
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. with the latest commit, c071ce6, labels cannot be (easily w/o decent refactor/hackery) used in the templates here because I am using the Otherwise 27ecdd4 supports the usage of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this to avoid having these auto-added as the default template values (see usage here):
(this is a screenshot of the Web templates but the same values were showing up by default for Mobile app templates (even though the templates for these fields in the
alert_receive_channel.messaging_backends_templates
object were not set))