Add Rocket.Chat to bot list. Closes #1639

This commit is contained in:
Gabe Kangas 2022-01-05 09:40:17 -08:00
parent d62848c6c8
commit b02bf25ff9
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

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