We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97c922 commit d37e3e7Copy full SHA for d37e3e7
plugins/push/frontend/public/javascripts/component.push.dash.js
@@ -729,7 +729,15 @@ window.MessagingDashboardView = countlyView.extend({
729
m.startComputation();
730
components.slider.instance.close();
731
m.endComputation();
732
- if (callback) {
+ if (window.countlySegmentation) {
733
+ window.countlySegmentation.initialize("[CLY]_session").then(function(){
734
+ window.components.push.initPersOpts();
735
+ if (callback) {
736
+ callback();
737
+ }
738
+ });
739
740
+ else if (callback) {
741
callback();
742
}
743
0 commit comments