[web] fix incorrect event group-subscription-left (#18757)

GitOrigin-RevId: aa342dc6575eca032834c2b132d4d0144a4faa27
This commit is contained in:
Liangjun Song 2024-06-10 11:36:25 +01:00 committed by Copybot
parent 0ea04db53b
commit 0680a91a70

View file

@ -186,7 +186,7 @@ async function restoreSubscription(subscriptionId) {
// 4. notify analytics that members rejoined the subscription
await _sendSubscriptionEventForAllMembers(
subscriptionId,
'group-subscription-left'
'group-subscription-joined'
)
}