post editing #57
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ const ExtraButtons = {
|
||||||
statusText: data.text,
|
statusText: data.text,
|
||||||
statusIsSensitive: this.status.nsfw,
|
statusIsSensitive: this.status.nsfw,
|
||||||
statusPoll: this.status.poll,
|
statusPoll: this.status.poll,
|
||||||
statusFiles: this.status.attachments,
|
statusFiles: [...this.status.attachments],
|
||||||
visibility: this.status.visibility,
|
visibility: this.status.visibility,
|
||||||
statusContentType: data.content_type
|
statusContentType: data.content_type
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in a new issue