update contact

This commit is contained in:
cheykrym 2025-12-13 04:17:36 +03:00
parent 5601f475c8
commit feed384cf1

View File

@ -278,7 +278,6 @@ struct ContactsTab: View {
private func openChat(for contact: Contact) {
guard creatingChatForContactId == nil else { return }
guard !contact.isDeleted else { return }
creatingChatForContactId = contact.id