fedimbed: suppress embeds

This commit is contained in:
Cynthia Foxwell 2022-12-05 20:15:04 -07:00
parent 96f0a9a04b
commit a15962c110
1 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,8 @@ async function processUrl(msg, url) {
embeds.push(embed);
}
msg.channel.createMessage({
await msg.edit({flags: 1 << 2}).catch(() => {});
await msg.channel.createMessage({
embeds,
allowedMentions: {
repliedUser: false,