1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-30 00:55:25 +01:00
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

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) }