Skip to content
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

Update plugin, add actionable notifications #178

Open
wants to merge 1 commit into
base: v3.x
Choose a base branch
from

Conversation

a-mummey
Copy link

@a-mummey a-mummey commented Feb 1, 2016

I was able to get the actionable notifications working as described here. I have only tested with iOS version 9.2

@skirunman skirunman mentioned this pull request Feb 24, 2016
@@ -33,7 +33,8 @@ var checkConfig = function(config) { // jshint ignore:line
// Controls the sending batch size per interval
sendBatchSize: Match.Optional(Number),
// Allow optional keeping notifications in collection
keepNotifications: Match.Optional(Boolean)
keepNotifications: Match.Optional(Boolean),
categories: Match.Optional(Object)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add comma at end (making future diffs look nicer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants