Add posting.enabled master switch to disable auto-posting to Matrix
Stories are still ingested, classified, and served to the web UI; only automatic Matrix posting is gated. Command replies (!post, !petestats) still work. Pointer-bool so an absent key defaults to posting-on.
This commit is contained in:
@@ -17,6 +17,7 @@ gaming = "!gamingroomid:matrix.example.org"
|
||||
lego = "!legoroomid:matrix.example.org"
|
||||
|
||||
[posting]
|
||||
enabled = true # master switch for auto-posting news to Matrix; false = web-only (commands still work)
|
||||
min_interval_seconds = 300
|
||||
burst_cap_count = 3
|
||||
burst_cap_window_seconds = 1800
|
||||
|
||||
Reference in New Issue
Block a user