mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix typo
This commit is contained in:
parent
3e6d75e1b5
commit
5dde21c2ae
@ -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) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user