Commit 8402ed4e authored by ='s avatar =

Fixes #3

parent c73eb083
......@@ -120,7 +120,7 @@ var firstNotification = new OneSignal.Notification({
});
// set target users
firstNotification.setIncludedSegments(['All Users']);
firstNotification.setIncludedSegments(['All']);
firstNotification.setExcludedSegments(['Inactive Users']);
// set notification parameters
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment