Skip to content

Commit

Permalink
feat(contrib/cds2xmpp): allow using custom domain name (#3324)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault authored and fsamin committed Sep 17, 2018
1 parent 5f461f6 commit 06dd5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/uservices/cds2xmpp/service/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (bot *botClient) sendRetry(v xmpp.Chat) {
}

func getTypeChat(s string) string {
if strings.Contains(s, "@conference.") {
if strings.Contains(s, "@conference") {
return typeGroupChat
}
return typeChat
Expand Down

0 comments on commit 06dd5a4

Please sign in to comment.