Skip to content

Commit 9083567

Browse files
Merge pull request #5703 from Countly/fixing_old_push_issues
Fixing old push issues
2 parents 2b827f9 + e759f57 commit 9083567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/push/api/api.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ plugins.setConfigs(FEATURE_NAME, {
7070
plugins.internalEvents.push('[CLY]_push_sent');
7171
plugins.internalEvents.push('[CLY]_push_action');
7272
plugins.internalDrillEvents.push('[CLY]_push_action');
73+
plugins.internalDrillEvents.push('[CLY]_push_sent');
7374

7475

7576
plugins.register('/worker', function() {
@@ -489,4 +490,4 @@ plugins.register('/i/app_users/export', ({app_id, uids, export_commands, dbargs,
489490
* @apiSuccess {Boolean} [info.demo] Whether the message was created using populator plugin
490491
*/
491492

492-
module.exports = PUSH;
493+
module.exports = PUSH;

0 commit comments

Comments
 (0)