mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Add Rocket.Chat to bot list. Closes #1639
This commit is contained in:
@ -78,6 +78,7 @@ func IsUserAgentABot(userAgent string) bool {
|
||||
"matrix",
|
||||
"synapse",
|
||||
"element",
|
||||
"rocket.chat",
|
||||
}
|
||||
|
||||
for _, botString := range botStrings {
|
||||
|
||||
Reference in New Issue
Block a user