3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00

Allow at-everyone/here when using --enable-mentions in !post

This commit is contained in:
Dragory 2019-05-13 00:31:59 +03:00
parent 02a4cbda25
commit 1066c3ef3d

View file

@ -113,6 +113,8 @@ export class PostPlugin extends ZeppelinPlugin<IPostPluginConfig> {
} }
} }
} }
content.disableEveryone = false;
} }
const createdMsg = await channel.createMessage(content, file); const createdMsg = await channel.createMessage(content, file);