mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 13:01:46 +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",
|
"matrix",
|
||||||
"synapse",
|
"synapse",
|
||||||
"element",
|
"element",
|
||||||
|
"rocket.chat",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, botString := range botStrings {
|
for _, botString := range botStrings {
|
||||||
|
|||||||
Reference in New Issue
Block a user