Allow at-everyone/here when using --enable-mentions in !post
This commit is contained in:
parent
02a4cbda25
commit
1066c3ef3d
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ export class PostPlugin extends ZeppelinPlugin<IPostPluginConfig> {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
content.disableEveryone = false;
|
||||
}
|
||||
|
||||
const createdMsg = await channel.createMessage(content, file);
|
||||
|
|
Loading…
Add table
Reference in a new issue