fix: readonly chats on sync
This commit is contained in:
@@ -46,6 +46,7 @@ const processMessage = async(
|
||||
|
||||
if(accountSettings?.unarchiveChats) {
|
||||
chat.archive = false
|
||||
chat.readOnly = false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user