diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js
index 9508a707..8a703953 100644
--- a/src/components/extra_buttons/extra_buttons.js
+++ b/src/components/extra_buttons/extra_buttons.js
@@ -80,7 +80,7 @@ const ExtraButtons = {
           statusText: data.text,
           statusIsSensitive: this.status.nsfw,
           statusPoll: this.status.poll,
-          statusFiles: this.status.attachments,
+          statusFiles: [...this.status.attachments],
           visibility: this.status.visibility,
           statusContentType: data.content_type
         }))