post editing #57

Closed
nbsp wants to merge 23 commits from nbsp/pleroma-fe:feat/editing into develop
1 changed files with 1 additions and 2 deletions
Showing only changes of commit a25d7fa276 - Show all commits

View File

@ -88,8 +88,7 @@ const ExtraButtons = {
}))
},
showStatusHistory () {
let originalStatus = {}
Object.assign(originalStatus, this.status)
let originalStatus = { ...this.status }
delete originalStatus.attachments
delete originalStatus.created_at
delete originalStatus.emojis