fix in ios

This commit is contained in:
Diogo
2024-09-04 17:31:42 +01:00
parent af028f14ed
commit 9b8c6bc125
2 changed files with 2 additions and 3 deletions
@@ -199,7 +199,7 @@ func chatContactType(chat: Chat) -> ContactType {
case .contactRequest:
return .request
case let .direct(contact):
if contact.activeConn == nil && contact.profile.contactLink != nil {
if contact.activeConn == nil && contact.profile.contactLink != nil && contact.active {
return .card
} else if contact.chatDeleted {
return .chatDeleted
@@ -23,8 +23,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/kirualex/SwiftyGif",
"state" : {
"branch" : "master",
"revision" : "7c50eb60ca4b90043c6ad719d595803488496212"
"revision" : "5e8619335d394901379c9add5c4c1c2f420b3800"
}
},
{