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 +```