From 4734bcfbb44e26e3fc047fa1677c22f35ee10113 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 25 Jan 2020 21:02:12 +0300 Subject: [PATCH] Update Chat.unarchive() comment --- src/chat.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chat.rs b/src/chat.rs index eec4be5c0..226bfd100 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -164,8 +164,8 @@ impl ChatId { Ok(()) } - // note that unarchive() is not the same as archive(false) - - // eg. unarchive() does not send events as done for archive(false). + // note that unarchive() is not the same as set_archived(false) - + // eg. unarchive() does not send events as done for set_archived(false). pub fn unarchive(self, context: &Context) -> Result<(), Error> { sql::execute( context,