mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix broken code
This commit is contained in:
parent
141d3561dd
commit
e7fe60f7d0
@ -72,7 +72,8 @@ public final class AuthenticationService: NSObject {
|
|||||||
/// Also we'll only be updating the current active user as the state will be reflesh upon user-change anyways
|
/// Also we'll only be updating the current active user as the state will be reflesh upon user-change anyways
|
||||||
Task {
|
Task {
|
||||||
if let authBox = mastodonAuthenticationBoxes.first {
|
if let authBox = mastodonAuthenticationBoxes.first {
|
||||||
try await fetchFollowedBlockedUserIds(authBox) }
|
do { try await fetchFollowedBlockedUserIds(authBox) }
|
||||||
|
catch {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user