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

@@ -81,6 +81,9 @@ const excludedFilesRegexp = RegExp(
// Github workflows
'^.github/.+',
// Installable local dependencies
'^packages/.+',
// Modules we trust
'^node_modules/@react-aria/.+',
'^node_modules/@react-stately/.+',
@@ -118,6 +121,7 @@ const excludedFilesRegexp = RegExp(
'^node_modules/@mixer/parallel-prettier/.+',
'^node_modules/@eslint/.+',
'^node_modules/@signalapp/mock-server/.+',
'^node_modules/@signalapp/mute-state-change/node_modules/prettier/.+',
'^node_modules/@svgr/.+',
'^node_modules/@types/.+',
'^node_modules/@webassemblyjs/.+',