From cfbb669a18765472f0c841cb0a73c93b755cd1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20B=C3=BCchner?= Date: Mon, 16 Sep 2024 20:02:36 +0200 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5167b54..5ed1f5e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ modules: access_token: "your_access_token_here" # The room ID where announcements about blocked invites will be sent announcement_room_id: "!your_announcement_room_id:example.com" - # Enable or disable sending announcements when invites are blocked (default: true) + # Enable or disable sending announcements when invites are blocked (default: false) enable_announcement: true # Optionally specify policy rooms for dynamic blocklist fetching via MSC2313 policy_room_ids: @@ -60,4 +60,4 @@ modules: "!abc123:matrix.org" // Direct room ID ] } -``` \ No newline at end of file +```