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