🤦 (#1178)
This commit is contained in:
parent
5928592aa7
commit
7b8898a1ae
|
@ -48,7 +48,7 @@ extension APIService {
|
||||||
// it when we need it to display on the home timeline.
|
// it when we need it to display on the home timeline.
|
||||||
// We need this (also) for the Account-list, but it might be the wrong place. App Startup might be more appropriate
|
// We need this (also) for the Account-list, but it might be the wrong place. App Startup might be more appropriate
|
||||||
for authentication in AuthenticationServiceProvider.shared.authentications {
|
for authentication in AuthenticationServiceProvider.shared.authentications {
|
||||||
_ = try await? accountInfo(domain: authentication.domain,
|
_ = try? await accountInfo(domain: authentication.domain,
|
||||||
userID: authentication.userID,
|
userID: authentication.userID,
|
||||||
authorization: Mastodon.API.OAuth.Authorization(accessToken: authentication.userAccessToken)).value
|
authorization: Mastodon.API.OAuth.Authorization(accessToken: authentication.userAccessToken)).value
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue