Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -24,7 +24,7 @@ import { logger } from "matrix-js-sdk/src/logger";
|
|||
import PlatformPeg from "../PlatformPeg";
|
||||
import EventIndex from "../indexing/EventIndex";
|
||||
import { MatrixClientPeg } from "../MatrixClientPeg";
|
||||
import SettingsStore from '../settings/SettingsStore';
|
||||
import SettingsStore from "../settings/SettingsStore";
|
||||
import { SettingLevel } from "../settings/SettingLevel";
|
||||
|
||||
const INDEX_VERSION = 1;
|
||||
|
@ -62,7 +62,7 @@ export class EventIndexPeg {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!SettingsStore.getValueAt(SettingLevel.DEVICE, 'enableEventIndexing')) {
|
||||
if (!SettingsStore.getValueAt(SettingLevel.DEVICE, "enableEventIndexing")) {
|
||||
logger.log("EventIndex: Event indexing is disabled, not initializing");
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue