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

View File

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