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

merge-requests/1699/head
Sean King 2 years ago
parent 80ec88beab
commit 32ecdfdd87
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257

@ -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
}))

Loading…
Cancel
Save