feat: add matrix user agents to bot list (#1581) (#1588)

This commit is contained in:
Jannik 2021-12-13 19:33:55 +01:00 committed by GitHub
parent e6ed6a6849
commit 6622a3b8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,9 @@ func IsUserAgentABot(userAgent string) bool {
"pleroma",
"applebot",
"whatsapp",
"matrix",
"synapse",
"element",
}
for _, botString := range botStrings {