We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0535806 commit 6b2c8a3Copy full SHA for 6b2c8a3
test/e2e/index.ts
@@ -68,7 +68,6 @@ $('#start,#startFromCache')
68
69
$('.requires-start').removeClass('requires-start')
70
$('.session-status .badge-warning').remove()
71
- updateUserId()
72
})
73
74
$('#forceContentUpdate')
@@ -166,6 +165,7 @@ $('#sdkVersion').text(Leanplum.VERSION)
166
165
// populate initial info
167
updateUserId()
168
refreshWebPush()
+Leanplum.on('start', updateUserId)
169
170
function refreshWebPush(): void {
171
const isSupported = Leanplum.isWebPushSupported()
0 commit comments