Fix build (again) (#365)

🤦
This commit is contained in:
Nathan Mattes 2022-11-06 09:33:55 +01:00
parent ee523c098e
commit 1ac9e5c730
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ extension APIService {
session: session,
domain: authenticationBox.domain,
accountID: user.id,
followQueryType: .follow(query: .init(reblogs: showReblogs)),
followQueryType: .follow(query: .init(reblogs: newShowReblogs)),
authorization: authenticationBox.userAuthorization
).singleOutput()