mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Release Note Channel: Mute/Unmute UI, hide UI elements
This commit is contained in:
@@ -11,7 +11,7 @@ export function isSignalConversation(conversation: {
|
||||
const { id, serviceId } = conversation;
|
||||
|
||||
if (serviceId) {
|
||||
return serviceId === SIGNAL_ACI;
|
||||
return isSignalServiceId(serviceId);
|
||||
}
|
||||
|
||||
return window.ConversationController.isSignalConversationId(id);
|
||||
|
||||
Reference in New Issue
Block a user