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
|
return useInstanceCapabilitiesStore().editingAvailable
|
||||||
},
|
},
|
||||||
quoteId() {
|
quoteId() {
|
||||||
return this.status.quote_id
|
return this.mainStatus.quote_id
|
||||||
},
|
},
|
||||||
quoteUrl() {
|
quoteUrl() {
|
||||||
return this.status.quote_url
|
return this.mainStatus.quote_url
|
||||||
},
|
},
|
||||||
quoteVisible() {
|
quoteVisible() {
|
||||||
return this.status.quote_visible
|
return this.mainStatus.quote_visible
|
||||||
},
|
},
|
||||||
quoteExpanded() {
|
quoteExpanded() {
|
||||||
return !this.inQuote
|
return !this.inQuote
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue