mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
Update Chat.unarchive() comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user