Skip to content

Commit 7170830

Browse files
authored
Merge pull request #1416 from operable/nmohoric/private-slack-redirection-bugfix
Allow redirection to private groups again
2 parents 2fbc5ed + 642b874 commit 7170830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cog/chat/slack/formatter.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule Cog.Chat.Slack.Formatter do
2-
@channel ~r/<\#(C.*)(\|(.*))?>/U
2+
@channel ~r/<\#([CG].*)(\|(.*))?>/U
33
@user ~r/<\@(U.*)(\|(.*))?>/U
44
@command ~r/<\!(.*)(\|(.*))?>/U
55
@link ~r/<(.*)(\|(.*))?>/U

0 commit comments

Comments
 (0)