mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 08:50:58 +00:00
Don't load related followers for current user
This commit is contained in:
parent
8921e6c8df
commit
f968a4b652
1 changed files with 3 additions and 1 deletions
|
@ -89,10 +89,12 @@ public struct AccountDetailView: View {
|
||||||
await viewModel.fetchStatuses()
|
await viewModel.fetchStatuses()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if !viewModel.isCurrentUser {
|
||||||
group.addTask { await viewModel.fetchFamilliarFollowers() }
|
group.addTask { await viewModel.fetchFamilliarFollowers() }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.refreshable {
|
.refreshable {
|
||||||
Task {
|
Task {
|
||||||
await viewModel.fetchAccount()
|
await viewModel.fetchAccount()
|
||||||
|
|
Loading…
Reference in a new issue