Temporarily disable nickname history before optimization
This commit is contained in:
parent
92ac9c21ad
commit
aea3f4d657
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ export const NameHistoryPlugin = zeppelinGuildPlugin<NameHistoryPluginType>()({
|
||||||
|
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
events: [
|
events: [
|
||||||
ChannelJoinEvt,
|
// FIXME: Temporary
|
||||||
MessageCreateEvt,
|
// ChannelJoinEvt,
|
||||||
|
// MessageCreateEvt,
|
||||||
],
|
],
|
||||||
|
|
||||||
beforeLoad(pluginData) {
|
beforeLoad(pluginData) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue