From 39c5b76eb0c46f45ced3bacb90e1637e0c079a01 Mon Sep 17 00:00:00 2001 From: ChaosExAnima Date: Thu, 2 Oct 2025 17:30:56 +0200 Subject: [PATCH] continue cut off comment. --- app/javascript/mastodon/components/status_content.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/status_content.jsx b/app/javascript/mastodon/components/status_content.jsx index 1f5c6ff0062..93c0e77bd79 100644 --- a/app/javascript/mastodon/components/status_content.jsx +++ b/app/javascript/mastodon/components/status_content.jsx @@ -112,7 +112,7 @@ class StatusContent extends PureComponent { onCollapsedToggle(collapsed); } - // Exit if modern emoji is enabled, as it handles links using . + // Exit if modern emoji is enabled, as it handles links using the HandledLink component. if (isModernEmojiEnabled()) { return; }