Add setting to hide bold notifications (#9705)
This commit is contained in:
@@ -42,6 +42,7 @@ jest.mock('../../src/Modal', () => ({
|
||||
jest.mock('../../src/settings/SettingsStore', () => ({
|
||||
getValue: jest.fn(),
|
||||
monitorSetting: jest.fn(),
|
||||
watchSetting: jest.fn(),
|
||||
}));
|
||||
|
||||
const mockPromptBeforeInviteUnknownUsers = (value: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user