mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
post: fix crash when using -enable-mentions
This commit is contained in:
parent
bd5cb6f556
commit
f882879d7c
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ export async function postMessage(
|
|||
}
|
||||
}
|
||||
|
||||
content.allowedMentions = content.allowedMentions || {};
|
||||
content.allowedMentions.everyone = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue