Skip to content
Snippets Groups Projects
Commit 84a3454d authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Pass appName as topic to push gateway

parent a9095cdc
No related merge requests found
......@@ -197,6 +197,7 @@ function configurePush() {
}
if (app.token.apn) {
options.topic = app.appName;
return sendPush('apn', app.token.apn, options);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment