From 1d95c43ecafce826aa2867389181272e7854ba9b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 1 Jul 2026 14:59:04 +0300 Subject: [PATCH] oops --- src/components/conversation/conversation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 8a46722ad..9bd8a96f9 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -156,7 +156,7 @@ :is-focused-function="isFocused" :get-replies="getReplies" - :highlight="maybeHighlight === status.id" + :highlight="maybeHighlight" :toggle-expanded="toggleExpanded" :simple="treeViewIsSimple"