ios, android: show send direct message button only for active members (#1554)
This commit is contained in:
@@ -819,7 +819,7 @@ public struct Contact: Identifiable, Decodable, NamedChat {
|
||||
public var localAlias: String { profile.localAlias }
|
||||
public var verified: Bool { activeConn.connectionCode != nil }
|
||||
|
||||
public var directContact: Bool {
|
||||
public var directOrUsed: Bool {
|
||||
(activeConn.connLevel == 0 && !activeConn.viaGroupLink) || contactUsed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user