Этот коммит содержится в:
Stephen Kiers
2018-02-13 13:20:46 -07:00
родитель 2544ad70c3
Коммит 69e56fc042

Просмотреть файл

@@ -819,7 +819,6 @@ func GetExplicitMentions(message string, keywords map[string][]string) *Explicit
ret.MentionedUserIds[id] = true
}
}
checkForMention := func(word string) bool {
isMention := false
@@ -849,7 +848,6 @@ func GetExplicitMentions(message string, keywords map[string][]string) *Explicit
return isMention
}
processText := func(text string) {
for _, word := range strings.FieldsFunc(text, func(c rune) bool {
// Split on any whitespace or punctuation that can't be part of an at mention or emoji pattern