mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Sync call link call history
This commit is contained in:
@@ -177,7 +177,7 @@ export function getCallingIcon(
|
||||
}
|
||||
return 'video';
|
||||
}
|
||||
if (callType === CallType.Group) {
|
||||
if (callType === CallType.Group || callType === CallType.Adhoc) {
|
||||
return 'video';
|
||||
}
|
||||
throw missingCaseError(callType);
|
||||
|
||||
Reference in New Issue
Block a user