Merge branch 'users-statuses-pinia' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-08-24 19:52:24 +03:00
commit 388ce9c7f7

View file

@ -365,7 +365,7 @@ const conversation = {
return !!(this.expanded || this.isPage)
},
hiddenStyle() {
if (this.isExpanded) return {}
if (this.isExpanded || !this.virtualHidden) return {}
return { height: this.virtualHeight + 'px' }
},
threadDisplayStatus() {