Skip to content
Snippets Groups Projects
Verified Commit 32ecdfdd authored by Sean King's avatar Sean King
Browse files

Don't pollute the original timeline when new media attachment is added

parent 80ec88be
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1537Add edit status functionality
......@@ -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
}))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment