fix quote display in reprööts
This commit is contained in:
parent
16b93b2bf6
commit
04d94fc680
1 changed files with 3 additions and 3 deletions
|
|
@ -432,13 +432,13 @@ const Status = {
|
|||
return useInstanceCapabilitiesStore().editingAvailable
|
||||
},
|
||||
quoteId() {
|
||||
return this.status.quote_id
|
||||
return this.mainStatus.quote_id
|
||||
},
|
||||
quoteUrl() {
|
||||
return this.status.quote_url
|
||||
return this.mainStatus.quote_url
|
||||
},
|
||||
quoteVisible() {
|
||||
return this.status.quote_visible
|
||||
return this.mainStatus.quote_visible
|
||||
},
|
||||
quoteExpanded() {
|
||||
return !this.inQuote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue