From 4476adf131dfe72f1245a20499203692acd0e196 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Thu, 3 Nov 2016 19:26:00 +0000 Subject: Channel link marker changed from ! to ~ (#4433) Fixes PLT-4570 --- api/slackimport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/slackimport.go') diff --git a/api/slackimport.go b/api/slackimport.go index f6ee9fc4c..759514553 100644 --- a/api/slackimport.go +++ b/api/slackimport.go @@ -440,7 +440,7 @@ func SlackConvertChannelMentions(channels []SlackChannel, posts map[string][]Sla l4g.Warn(utils.T("api.slackimport.slack_convert_channel_mentions.compile_regexp_failed.warn"), channel.Id, channel.Name) continue } - regexes["!"+channel.Name] = r + regexes["~"+channel.Name] = r } for channelName, channelPosts := range posts { -- cgit v1.2.3-1-g7c22