Extract DeliveryStatusView into a separate file (#757)

This commit is contained in:
Islam
2025-10-06 11:20:39 +02:00
committed by GitHub
parent f86ae5e2ea
commit 01ec4573f8
3 changed files with 146 additions and 107 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ enum LazyHandshakeState {
// MARK: - Delivery Status
// Delivery status for messages
enum DeliveryStatus: Codable, Equatable {
enum DeliveryStatus: Codable, Equatable, Hashable {
case sending
case sent // Left our device
case delivered(to: String, at: Date) // Confirmed by recipient