Skip to content

Commit

Permalink
chore: show quality feedback modal if countly enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Sep 20, 2024
1 parent 0212b1d commit 999b487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/script/calling/CallingRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1072,10 +1072,10 @@ export class CallingRepository {
}

private readonly leave1on1MLSConference = async (conversationId: QualifiedId) => {
if (isCountlyEnabledAtCurrentEnvironment()) {
if (isCountlyEnabledAtCurrentEnvironment()) {
this.showCallQualityFeedbackModal();
}

await this.subconversationService.leaveConferenceSubconversation(conversationId);

const conversationIdStr = this.serializeQualifiedId(conversationId);
Expand Down

0 comments on commit 999b487

Please sign in to comment.