From 7d432c7fb42390895270dd0bedb8b1315e32688a Mon Sep 17 00:00:00 2001 From: Hocuri Date: Thu, 7 May 2026 10:23:35 +0200 Subject: [PATCH] Update src/message.rs Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com> --- src/message.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message.rs b/src/message.rs index abf26b83a..b2be0169d 100644 --- a/src/message.rs +++ b/src/message.rs @@ -2104,7 +2104,7 @@ pub async fn get_request_msg_cnt(context: &Context) -> usize { /// This is typically used to show the estimated impact to the user /// before actually enabling deletion of old messages. /// -/// Messages in the "saved messages" folder are not counted as they will not be deleted automatically. +/// Messages in the "Saved Messages" chat are not counted as they will not be deleted automatically. /// /// Parameters: /// - `from_server`: Deprecated, pass `false` here