mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-03-09 14:35:34 +00:00
Remove incorrect thumb_url from mattermost
This commit is contained in:
parent
92e22d65da
commit
438a9d92fe
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user