From 351f28361d36c6d0128c043284f544815093c45e Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 14 Oct 2024 06:07:56 +0000 Subject: [PATCH] docs: set_protection_for_timestamp_sort does not send messages It only adds info messages. --- src/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index 61bbacafd..6ebccd13e 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -578,7 +578,7 @@ impl ChatId { Ok(()) } - /// Sets protection and sends or adds a message. + /// Sets protection and adds a message. /// /// `timestamp_sort` is used as the timestamp of the added message /// and should be the timestamp of the change happening.