3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

post: fix crash when using -enable-mentions

This commit is contained in:
Dragory 2020-08-01 12:43:11 +03:00
parent 73dc4ec63a
commit 085cfba8db

View file

@ -47,6 +47,7 @@ export async function postMessage(
}
}
content.allowedMentions = content.allowedMentions || {};
content.allowedMentions.everyone = false;
}