Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from NoRespect/master
Browse files Browse the repository at this point in the history
No need to escape for RTM API
  • Loading branch information
pvzig authored Mar 10, 2018
2 parents 5601368 + 1bc8788 commit c46f78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SKRTMAPI/SKRTMAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public final class SKRTMAPI: RTMDelegate {
"id": id ?? Date().slackTimestamp,
"type": "message",
"channel": channel,
"text": message.slackFormatEscaping,
"text": message,
"thread_ts": threadTs,
"broadcastReply": broadcastReply
]
Expand Down

0 comments on commit c46f78c

Please sign in to comment.