From 849c52ff02e0c538a7f23c45588013ee5bf50ef4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 24 Dec 2025 18:10:18 +0200 Subject: [PATCH] matrix: fix typo (first user is an image -> first message is an image) --- pages/matrix.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/matrix.markdown b/pages/matrix.markdown index 3bf3156..14008f5 100644 --- a/pages/matrix.markdown +++ b/pages/matrix.markdown @@ -250,8 +250,8 @@ moderators would have a couple of other options too: - Do you have a [Draupnir](https://github.com/the-draupnir-project/Draupnir)/[Mjolnir](https://github.com/matrix-org/mjolnir)? `!draupnir protections enable ` might help you. Consider - especially `FirstMessageIsImageProtection` (ban user if their first user is an - image), `MentionLimitProtection` (remove messages if they spam ping many + especially `FirstMessageIsImageProtection` (ban user if their first message is + an image), `MentionLimitProtection` (remove messages if they spam ping many users), `MessageIsMediaProtection` (remove files containing media), `MessageIsVoiceProtection` (remove voice messages). For more information see `!draupnir protections` and `!draupnir help`.