|
@@ -341,7 +341,8 @@ class MagicFirebaseMessagingService : FirebaseMessagingService() {
|
|
if (hasParticipantsInCall) {
|
|
if (hasParticipantsInCall) {
|
|
for (participant in participantList) {
|
|
for (participant in participantList) {
|
|
if (participant.actorId == signatureVerification.userEntity.userId &&
|
|
if (participant.actorId == signatureVerification.userEntity.userId &&
|
|
- participant.actorType == Participant.ActorType.USERS) {
|
|
|
|
|
|
+ participant.actorType == Participant.ActorType.USERS
|
|
|
|
+ ) {
|
|
inCallOnDifferentDevice = true
|
|
inCallOnDifferentDevice = true
|
|
break
|
|
break
|
|
}
|
|
}
|