Skip to content

Commit

Permalink
Merge pull request scrollback#451 from scrollback/push-notification-fix
Browse files Browse the repository at this point in the history
Changed libsb.on prio from false to number.
  • Loading branch information
kamalkishor1991 committed Jan 5, 2015
2 parents caa8fba + 49004ed commit 5090701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push-notification/push-notification-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var config = require('../client-config-defaults.js');
var pushNotification, regId;
var userObj, registrationID;

libsb.on('init-dn', registerPushNotification, false);
libsb.on('init-dn', registerPushNotification, 500);

libsb.on('logout', unregisterPushNotification, 500);

Expand Down

0 comments on commit 5090701

Please sign in to comment.