mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-06 12:24:36 +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() {
|
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 {
|
Task {
|
||||||
for authBox in mastodonAuthenticationBoxes {
|
for authBox in mastodonAuthenticationBoxes {
|
||||||
do { try await fetchFollowedBlockedUserIds(authBox) }
|
do { try await fetchFollowedBlockedUserIds(authBox) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user