feat: block mentions from low trust users (account created < 12 hours)

This commit is contained in:
Paul Makles
2024-02-10 01:04:52 +00:00
parent 513461c99a
commit 8f4d6c864b
4 changed files with 48 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ pub async fn webhook_execute(
v0::MessageAuthor::Webhook(&webhook.into()),
idempotency,
true,
true,
)
.await?
.into(),