From aea3f4d6574bc2eb47387454708f140c7a8079f4 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 12 Sep 2021 22:41:34 +0300 Subject: [PATCH] Temporarily disable nickname history before optimization --- backend/src/plugins/NameHistory/NameHistoryPlugin.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/src/plugins/NameHistory/NameHistoryPlugin.ts b/backend/src/plugins/NameHistory/NameHistoryPlugin.ts index 250cace5..0efb5fe3 100644 --- a/backend/src/plugins/NameHistory/NameHistoryPlugin.ts +++ b/backend/src/plugins/NameHistory/NameHistoryPlugin.ts @@ -35,8 +35,9 @@ export const NameHistoryPlugin = zeppelinGuildPlugin()({ // prettier-ignore events: [ - ChannelJoinEvt, - MessageCreateEvt, + // FIXME: Temporary + // ChannelJoinEvt, + // MessageCreateEvt, ], beforeLoad(pluginData) {