We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 246b4ae + 8efbce5 commit ab9be63Copy full SHA for ab9be63
Sources/ATProtoKit/Utilities/ATProtoIdentifiers/RecordKeyManager.swift
@@ -22,7 +22,7 @@ public struct RecordKeyManager {
22
/// A list of the valid characters in base32.
23
private let base32Alphabet = "234567abcdefghijklmnopqrstuvwxyz"
24
25
- init() {
+ public init() {
26
// Generate a random 10-bit clock identifier.
27
clockIdentifier = UInt64.random(in: 0..<1023)
28
}
0 commit comments