Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 438a9d9

Browse files
committed
Remove incorrect thumb_url from mattermost
1 parent 92e22d6 commit 438a9d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/discourse_chat/provider/slack/slack_provider.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ def self.slack_message(post, channel)
5353
text: excerpt(post),
5454
mrkdwn_in: ["text"],
5555
title: "#{topic.title} #{(category == '[uncategorized]') ? '' : category} #{topic.tags.present? ? topic.tags.map(&:name).join(', ') : ''}",
56-
title_link: post.full_url,
57-
thumb_url: post.full_url
56+
title_link: post.full_url
5857
}
5958

6059
message[:attachments].push(summary)

0 commit comments

Comments
 (0)