From b02bf25ff9f4ae73db7de881feb3fe6faef921a1 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 5 Jan 2022 09:40:17 -0800 Subject: [PATCH] Add Rocket.Chat to bot list. Closes #1639 --- utils/utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/utils.go b/utils/utils.go index b2a3bdbe5..44f1142b0 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -78,6 +78,7 @@ func IsUserAgentABot(userAgent string) bool { "matrix", "synapse", "element", + "rocket.chat", } for _, botString := range botStrings {