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