Merge branch 'more-fixes' into shigusegubu-themes3
This commit is contained in:
commit
349f3d3b18
1 changed files with 1 additions and 4 deletions
|
|
@ -358,9 +358,6 @@ const conversation = {
|
|||
canDive() {
|
||||
return this.isTreeView && this.isExpanded
|
||||
},
|
||||
maybeHighlight() {
|
||||
return this.isExpanded ? this.highlight : null
|
||||
},
|
||||
...mapPiniaState(useMergedConfigStore, ['mergedConfig']),
|
||||
...mapState({
|
||||
mastoUserSocketStatus: (state) => state.api.mastoUserSocketStatus,
|
||||
|
|
@ -435,7 +432,7 @@ const conversation = {
|
|||
getReplies(id) {
|
||||
return this.replies[id] || []
|
||||
},
|
||||
getHighlight() {
|
||||
maybeHighlight() {
|
||||
return this.isExpanded ? this.highlight : null
|
||||
},
|
||||
setHighlight(id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue