added ability to broadcast

This commit is contained in:
onysd 2026-08-06 15:22:36 +03:00
parent 7d41cbeb1e
commit 2491088e81
31 changed files with 1607 additions and 18 deletions

View file

@ -512,6 +512,10 @@ TELESRV_VERIFICATION_NOTIFY_BATCH=50
# Applications one applicant may keep open at once; 0 disables the cap, maximum
# is 50.
TELESRV_VERIFICATION_MAX_ACTIVE_PER_USER=3
# System broadcast delivery worker (messages sent from account 777000). Same
# durable-outbox pattern as the verification notifier above.
TELESRV_BROADCAST_WORKER_INTERVAL=3s
TELESRV_BROADCAST_WORKER_BATCH=50
# Tuning for third-party bot verification; the on/off switch
# (TELESRV_BOT_VERIFICATION_ENABLED) is in the Moderation/Verification/Rating