From 1066c3ef3d224b577e1cc319780789e78643a13e Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 13 May 2019 00:31:59 +0300 Subject: [PATCH] Allow at-everyone/here when using --enable-mentions in !post --- src/plugins/Post.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/Post.ts b/src/plugins/Post.ts index 2db3cc9c..e61780b5 100644 --- a/src/plugins/Post.ts +++ b/src/plugins/Post.ts @@ -113,6 +113,8 @@ export class PostPlugin extends ZeppelinPlugin { } } } + + content.disableEveryone = false; } const createdMsg = await channel.createMessage(content, file);