Skip to content

Commit bcdd00d

Browse files
authored
MM-30000 fix: enabling again the channel link on the attachment title (#9020)
1 parent 1103ddb commit bcdd00d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/post_list/post/body/content/message_attachments/attachment_title.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const AttachmentTitle = ({channelId, link, location, theme, value}: Props) => {
7171
isReplyPost={false}
7272
disableHashtags={true}
7373
disableAtMentions={true}
74-
disableChannelLink={true}
7574
disableGallery={true}
7675
autolinkedUrlSchemes={[]}
7776
mentionKeys={[]}

0 commit comments

Comments
 (0)