mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
don't embed svgs in pending messages
This commit is contained in:
parent
7c62039a09
commit
a24967ed2f
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ export default definePlugin({
|
|||
},
|
||||
|
||||
async processEmbeds(message: Message) {
|
||||
if (message.state !== "SENT") return;
|
||||
if (message.hasFlag(EMBED_SUPPRESSED)) return;
|
||||
|
||||
let updateMessage = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue