summaryrefslogtreecommitdiffstats
path: root/api/slackimport.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/slackimport.go')
-rw-r--r--api/slackimport.go2
1 files changed, 1 insertions, 1 deletions
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 {