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

Commit 1bc8788

Browse files
No need to escape for RTM API
1 parent 5601368 commit 1bc8788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKRTMAPI/SKRTMAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public final class SKRTMAPI: RTMDelegate {
153153
"id": id ?? Date().slackTimestamp,
154154
"type": "message",
155155
"channel": channel,
156-
"text": message.slackFormatEscaping,
156+
"text": message,
157157
"thread_ts": threadTs,
158158
"broadcastReply": broadcastReply
159159
]

0 commit comments

Comments
 (0)