Skip to content

Commit

Permalink
Merge branch 'master' into metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Apr 24, 2024
2 parents e9579c0 + 2aece96 commit 21a88a3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions frontend/app/src/components/home/CurrentChatMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,10 @@
}
function startVideoCall() {
if ($isDiamond || videoCallInProgress) {
dispatch("startVideoCall", {
chat: selectedChatSummary,
join: videoCallInProgress,
});
} else {
dispatch("upgrade");
}
dispatch("startVideoCall", {
chat: selectedChatSummary,
join: videoCallInProgress,
});
}
</script>

Expand Down

0 comments on commit 21a88a3

Please sign in to comment.