Skip to content

Commit

Permalink
Merge pull request #5703 from Countly/fixing_old_push_issues
Browse files Browse the repository at this point in the history
Fixing old push issues
  • Loading branch information
ArtursKadikis authored Oct 23, 2024
2 parents 2b827f9 + e759f57 commit 9083567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/push/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ plugins.setConfigs(FEATURE_NAME, {
plugins.internalEvents.push('[CLY]_push_sent');
plugins.internalEvents.push('[CLY]_push_action');
plugins.internalDrillEvents.push('[CLY]_push_action');
plugins.internalDrillEvents.push('[CLY]_push_sent');


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

module.exports = PUSH;
module.exports = PUSH;

0 comments on commit 9083567

Please sign in to comment.