From bcdd00dc3432df3188b5f3d55ffe6babb11ce973 Mon Sep 17 00:00:00 2001 From: Lucas Reis Date: Thu, 31 Jul 2025 14:22:18 -0300 Subject: [PATCH] MM-30000 fix: enabling again the channel link on the attachment title (#9020) --- .../post/body/content/message_attachments/attachment_title.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/post_list/post/body/content/message_attachments/attachment_title.tsx b/app/components/post_list/post/body/content/message_attachments/attachment_title.tsx index e9a4f05d9..c082abd05 100644 --- a/app/components/post_list/post/body/content/message_attachments/attachment_title.tsx +++ b/app/components/post_list/post/body/content/message_attachments/attachment_title.tsx @@ -71,7 +71,6 @@ const AttachmentTitle = ({channelId, link, location, theme, value}: Props) => { isReplyPost={false} disableHashtags={true} disableAtMentions={true} - disableChannelLink={true} disableGallery={true} autolinkedUrlSchemes={[]} mentionKeys={[]}