Skip to content

Commit

Permalink
vcard timestamp is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jun 1, 2024
1 parent f84d657 commit d3292f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/DC/DcVcard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public struct DcVcardContact: Decodable {
public let color: String

// Last update timestamp.
public let timestamp: Int64
public let timestamp: Int64?
}

struct DcVcardContactResult: Decodable {
Expand Down

0 comments on commit d3292f5

Please sign in to comment.