diff --git a/lib/discourse_chat/provider/slack/slack_provider.rb b/lib/discourse_chat/provider/slack/slack_provider.rb index 844dfee..8212bf7 100644 --- a/lib/discourse_chat/provider/slack/slack_provider.rb +++ b/lib/discourse_chat/provider/slack/slack_provider.rb @@ -53,8 +53,7 @@ module DiscourseChat::Provider::SlackProvider text: excerpt(post), mrkdwn_in: ["text"], title: "#{topic.title} #{(category == '[uncategorized]') ? '' : category} #{topic.tags.present? ? topic.tags.map(&:name).join(', ') : ''}", - title_link: post.full_url, - thumb_url: post.full_url + title_link: post.full_url } message[:attachments].push(summary)