From 1bc8788c2f3fe459ae58850035996f6d90302c9d Mon Sep 17 00:00:00 2001 From: Vialatte Allan Date: Sat, 10 Mar 2018 15:00:32 +0100 Subject: [PATCH] No need to escape for RTM API --- Sources/SKRTMAPI/SKRTMAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SKRTMAPI/SKRTMAPI.swift b/Sources/SKRTMAPI/SKRTMAPI.swift index 93ef918..bb45c2b 100644 --- a/Sources/SKRTMAPI/SKRTMAPI.swift +++ b/Sources/SKRTMAPI/SKRTMAPI.swift @@ -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 ]