Compare commits
No commits in common. "83dc6b50a3af6d968203030841b91b8a96a861c0" and "003ca8089bf50e9e61a262c93285061e6aab9fed" have entirely different histories.
83dc6b50a3
...
003ca8089b
2 changed files with 3 additions and 13 deletions
|
|
@ -432,13 +432,13 @@ const Status = {
|
|||
return useInstanceCapabilitiesStore().editingAvailable
|
||||
},
|
||||
quoteId() {
|
||||
return this.mainStatus.quote_id
|
||||
return this.status.quote_id
|
||||
},
|
||||
quoteUrl() {
|
||||
return this.mainStatus.quote_url
|
||||
return this.status.quote_url
|
||||
},
|
||||
quoteVisible() {
|
||||
return this.mainStatus.quote_visible
|
||||
return this.status.quote_visible
|
||||
},
|
||||
quoteExpanded() {
|
||||
return !this.inQuote
|
||||
|
|
|
|||
|
|
@ -149,16 +149,6 @@ export const useTimelinesStore = defineStore('timelines', {
|
|||
|
||||
this[timelineName] = emptyTl(timelineName)
|
||||
},
|
||||
clearTimeline(timelineName) {
|
||||
const timeline = this[timelineName]
|
||||
|
||||
timeline.order = []
|
||||
timeline.statusIds = new Set()
|
||||
timeline.visibleStatusIds = new Set()
|
||||
timeline.newStatusCount = 0
|
||||
timeline.maxId = ''
|
||||
timeline.minId = ''
|
||||
},
|
||||
activatePersistents() {
|
||||
TIMELINES.forEach((name) => {
|
||||
if (this[name].persistent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue