Don't pollute the original timeline when new media attachment is added
This commit is contained in:
parent
80ec88beab
commit
32ecdfdd87
@ -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…
Reference in New Issue
Block a user