update README.md

This commit is contained in:
Nils Büchner 2024-09-16 20:02:36 +02:00
parent 321a751b20
commit cfbb669a18

View file

@ -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
]
}
```
```