Kumi
9b2981de90
Introduces a customizable cooldown period for sending room notices after message redaction to prevent flooding users with notifications. Configurable via `reminder_cooldown` setting in the configuration file.
5 lines
No EOL
219 B
YAML
5 lines
No EOL
219 B
YAML
homeserver: https://matrix.example.com
|
|
user_id: "@example:example.com"
|
|
access_token: syt_1234567890
|
|
check_room: # If you want to check for permissions in a specific room instead of the current room
|
|
reminder_cooldown: 30 |