Update Chat.unarchive() comment

This commit is contained in:
Alexander Krotov
2020-01-25 21:02:12 +03:00
parent 099fe6f477
commit 4734bcfbb4

View File

@@ -164,8 +164,8 @@ impl ChatId {
Ok(()) Ok(())
} }
// note that unarchive() is not the same as archive(false) - // note that unarchive() is not the same as set_archived(false) -
// eg. unarchive() does not send events as done for archive(false). // eg. unarchive() does not send events as done for set_archived(false).
pub fn unarchive(self, context: &Context) -> Result<(), Error> { pub fn unarchive(self, context: &Context) -> Result<(), Error> {
sql::execute( sql::execute(
context, context,