diff --git a/src/app/plugins/call/CallEmbed.ts b/src/app/plugins/call/CallEmbed.ts index 8c6b37999..75fdc7fe1 100644 --- a/src/app/plugins/call/CallEmbed.ts +++ b/src/app/plugins/call/CallEmbed.ts @@ -130,7 +130,7 @@ export class CallEmbed { header: 'none', }); - if (!room.isCallRoom() && CallEmbed.startingCall(intent)) { + if (CallEmbed.startingCall(intent)) { params.append('sendNotificationType', CallEmbed.dmCall(intent) ? 'ring' : 'notification'); }