refactor!: use proto.Conversation's own chat mutation fields instead of baileys added

This commit is contained in:
Adhiraj Singh
2022-09-29 11:06:09 +05:30
parent bb983cd30d
commit e08dd10198
4 changed files with 7 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ const processMessage = async(
}
if(accountSettings?.unarchiveChats) {
chat.archive = false
chat.archived = false
chat.readOnly = false
}
}