Remove unused handshake coordinator and identity placeholders (#656)

This commit is contained in:
jack
2025-09-21 13:20:21 +02:00
committed by GitHub
parent 47ef82f01a
commit c837afb818
3 changed files with 0 additions and 376 deletions
-17
View File
@@ -158,23 +158,6 @@ struct IdentityCache: Codable {
var version: Int = 1
}
// MARK: - Identity Resolution
enum IdentityHint {
case unknown
case likelyKnown(fingerprint: String)
case ambiguous(candidates: Set<String>)
case verified(fingerprint: String)
}
// MARK: - Pending Actions
struct PendingActions {
var toggleFavorite: Bool?
var setTrustLevel: TrustLevel?
var setPetname: String?
}
//
// MARK: - Migration Support