From 29d9f81e427fa86489d3f084710dc9a31b9f0e3b Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 24 Sep 2025 11:37:11 +0200 Subject: [PATCH] Fix missed event handler (#36248) --- .../features/direct_timeline/components/conversation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/direct_timeline/components/conversation.jsx b/app/javascript/mastodon/features/direct_timeline/components/conversation.jsx index dc1461e5b41..bb0815087b0 100644 --- a/app/javascript/mastodon/features/direct_timeline/components/conversation.jsx +++ b/app/javascript/mastodon/features/direct_timeline/components/conversation.jsx @@ -136,7 +136,7 @@ export const Conversation = ({ conversation, scrollKey }) => { {unread && } -
+
{names} }} />