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
|
||||
events: [
|
||||
ChannelJoinEvt,
|
||||
MessageCreateEvt,
|
||||
// FIXME: Temporary
|
||||
// ChannelJoinEvt,
|
||||
// MessageCreateEvt,
|
||||
],
|
||||
|
||||
beforeLoad(pluginData) {
|
||||
|
|
Loading…
Add table
Reference in a new issue