fix: pass index down so attachments with no name get the proper suffix

pull/2917/head
Ruben Garcia 2 years ago
parent af9f6c7586
commit 87e85c3cbb

@ -299,6 +299,7 @@ export const MessageContextMenu = (props: Props) => {
messageTimestamp,
messageSender: sender,
conversationId: convoId,
index: targetAttachmentIndex,
});
};

Loading…
Cancel
Save