MessageLogger: fixes + ignoreSelf & ignoreBots option (#213)

This commit is contained in:
Ven
2022-11-14 16:22:50 +01:00
committed by GitHub
parent 4642b54260
commit a96f8a89f3
11 changed files with 66 additions and 13 deletions

View File

@ -22,7 +22,7 @@ import { showNotice } from "../../api/Notices";
import { Settings, useSettings } from "../../api/settings";
import { startDependenciesRecursive, startPlugin, stopPlugin } from "../../plugins";
import { ChangeList } from "../../utils/ChangeList";
import Logger from "../../utils/logger";
import Logger from "../../utils/Logger";
import { classes, LazyComponent, lazyWebpack } from "../../utils/misc";
import { openModalLazy } from "../../utils/modal";
import { Plugin } from "../../utils/types";