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

Add voice broadcast pre-recoding PiP (#9548)

This commit is contained in:
Michael Weimann
2022-11-10 09:38:48 +01:00
committed by GitHub
parent afdf289a78
commit abec724387
26 changed files with 977 additions and 111 deletions

View File

@ -41,6 +41,7 @@ jest.mock('../../src/Modal', () => ({
jest.mock('../../src/settings/SettingsStore', () => ({
getValue: jest.fn(),
monitorSetting: jest.fn(),
}));
const mockPromptBeforeInviteUnknownUsers = (value: boolean) => {