1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Voice broadcast indicator in room list (#9709)

This commit is contained in:
Michael Weimann
2022-12-06 10:56:29 +01:00
committed by GitHub
parent 89439d4f10
commit 474f464e48
10 changed files with 295 additions and 36 deletions

View File

@ -39,7 +39,7 @@ export const filterConsole = (...ignoreList: string[]): () => void => {
return;
}
originalFunction(data);
originalFunction(...data);
};
}