This commit is contained in:
Marcus Kida 2023-05-09 16:05:32 +02:00
parent 3e6d75e1b5
commit 5dde21c2ae
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public final class AuthenticationService: NSObject {
}
public func fetchFollowingAndBlockedAsync() {
/// we're dispatching this as a separate async call to not block the callee
/// we're dispatching this as a separate async call to not block the caller
Task {
for authBox in mastodonAuthenticationBoxes {
do { try await fetchFollowedBlockedUserIds(authBox) }