fix: readonly chats on sync

This commit is contained in:
Adhiraj Singh
2022-05-09 16:03:53 +05:30
parent 64a6070845
commit bf8ff6d253
2 changed files with 6 additions and 0 deletions

View File

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