refactor!: use proto.Conversation's own chat mutation fields instead of baileys added
This commit is contained in:
@@ -81,7 +81,7 @@ const processMessage = async(
|
||||
}
|
||||
|
||||
if(accountSettings?.unarchiveChats) {
|
||||
chat.archive = false
|
||||
chat.archived = false
|
||||
chat.readOnly = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user