foxwells.vinboard: probably dont delete files when editing

This commit is contained in:
Cynthia Foxwell 2022-12-02 23:58:34 -07:00
parent 765188c086
commit 069e0f57b7
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ async function processReaction(_msg, user, reaction) {
);
const props = await createBoardMessage(msg, trueCount);
delete props.files;
props.attachments = [..._boardMessage.attachments.values()];
await vinboard_webhook.editMessage(_boardMessage.id, props);
await setBoardEntry(msg.id, trueCount, _boardMessage.id);