Browse Source

Add Rocket.Chat to bot list. Closes #1639

pull/1658/head
Gabe Kangas 4 years ago
parent
commit
b02bf25ff9
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 1
      utils/utils.go

1
utils/utils.go

@ -78,6 +78,7 @@ func IsUserAgentABot(userAgent string) bool {
"matrix", "matrix",
"synapse", "synapse",
"element", "element",
"rocket.chat",
} }
for _, botString := range botStrings { for _, botString := range botStrings {

Loading…
Cancel
Save