remove debug statement
Этот коммит содержится в:
@@ -823,8 +823,6 @@ func GetExplicitMentions(message string, keywords map[string][]string) *Explicit
|
|||||||
checkForMention := func(word string) bool {
|
checkForMention := func(word string) bool {
|
||||||
isMention := false
|
isMention := false
|
||||||
|
|
||||||
fmt.Printf("New Word: %v\n", word)
|
|
||||||
|
|
||||||
if word == "@here" {
|
if word == "@here" {
|
||||||
ret.HereMentioned = true
|
ret.HereMentioned = true
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user