Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Enable full parsing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 27, 2016
1 parent 726f14d commit 46aa9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lita/adapters/slack/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def send_messages(channel_id, messages)
"chat.postMessage",
as_user: true,
channel: channel_id,
text: messages.join("\n")
text: messages.join("\n"),
parse: 'full',
)
end

Expand Down

0 comments on commit 46aa9b5

Please sign in to comment.