Support muting from AirPods on macOS

Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
Fedor Indutny
2025-10-22 11:47:03 -07:00
committed by GitHub
parent 96f6e6f4cc
commit 91a6547199
22 changed files with 1079 additions and 5 deletions

View File

@@ -16,7 +16,11 @@ const REQUIRE_SIGNAL_LIB_FILES = Boolean(process.env.REQUIRE_SIGNAL_LIB_FILES);
const { dependencies = {}, optionalDependencies = {} } = packageJson;
const SIGNAL_LIBS = ['@signalapp/libsignal-client', '@signalapp/ringrtc'];
const SIGNAL_LIBS = [
'@signalapp/libsignal-client',
'@signalapp/ringrtc',
'@signalapp/mute-state-change',
];
const SKIPPED_DEPENDENCIES = new Set(SIGNAL_LIBS);