Add voice broadcast pre-recoding PiP (#9548)
This commit is contained in:
@@ -41,6 +41,7 @@ jest.mock('../../src/Modal', () => ({
|
||||
|
||||
jest.mock('../../src/settings/SettingsStore', () => ({
|
||||
getValue: jest.fn(),
|
||||
monitorSetting: jest.fn(),
|
||||
}));
|
||||
|
||||
const mockPromptBeforeInviteUnknownUsers = (value: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user