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.
1 parent 93a3104 commit 8486c3aCopy full SHA for 8486c3a
Sources/ATProtoKit/Utilities/ATRecordProtocol.swift
@@ -144,9 +144,6 @@ public actor ATRecordTypeRegistry {
144
/// - Warning: Don't touch this property; this should only be used for ``ATProtoKit``.
145
public static var areBlueskyRecordsRegistered = false
146
147
- /// Global dispatch group to signal when registration is complete.
148
- public static let registrationGroup = DispatchGroup()
149
-
150
/// Tracks whether the registry is currently being modified.
151
private var isUpdating = false
152
0 commit comments