Skip to content

Commit

Permalink
make it public
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 26, 2024
1 parent 3e6c8e2 commit 2080e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XMTPiOS/Mls/Installation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct Installation {
ffiInstallation.id.toHex
}

var createdAt: Date? {
public var createdAt: Date? {
guard let timestampNs = ffiInstallation.clientTimestampNs else { return nil }
return Date(timeIntervalSince1970: TimeInterval(timestampNs) / 1_000_000_000)
}
Expand Down

0 comments on commit 2080e0f

Please sign in to comment.