feat: make progress messages always silent

This commit is contained in:
banteg
2025-12-29 13:31:16 +04:00
parent d552954321
commit 0a0f206865
4 changed files with 61 additions and 45 deletions
@@ -98,7 +98,6 @@ def test_final_notify_sends_loud_final_message() -> None:
chat_id=123,
ignore_backlog=True,
progress_edit_every_s=999.0,
progress_silent=True,
final_notify=True,
startup_msg="",
max_concurrency=1,
@@ -131,7 +130,6 @@ def test_new_final_message_forces_notification_when_too_long_to_edit() -> None:
chat_id=123,
ignore_backlog=True,
progress_edit_every_s=999.0,
progress_silent=True,
final_notify=False,
startup_msg="",
max_concurrency=1,