feat: better string when using disappearing messages of one year (365..367 days, so it can be tweaked later)

This commit is contained in:
B. Petersen
2025-08-06 18:23:51 +02:00
committed by link2xt
parent 27b5ffb34f
commit 8df1a01ace
3 changed files with 30 additions and 0 deletions

View File

@@ -277,6 +277,7 @@ pub(crate) async fn stock_ephemeral_timer_changed(
.await
}
604_800 => stock_str::msg_ephemeral_timer_week(context, from_id).await,
31_536_000..=31_708_800 => stock_str::msg_ephemeral_timer_year(context, from_id).await,
_ => {
stock_str::msg_ephemeral_timer_weeks(
context,