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
+1 -1
View File
@@ -39,7 +39,7 @@ export const filterConsole = (...ignoreList: string[]): () => void => {
return;
}
originalFunction(data);
originalFunction(...data);
};
}