Don't load related followers for current user
This commit is contained in:
parent
8921e6c8df
commit
f968a4b652
|
@ -89,7 +89,9 @@ public struct AccountDetailView: View {
|
|||
await viewModel.fetchStatuses()
|
||||
}
|
||||
}
|
||||
group.addTask { await viewModel.fetchFamilliarFollowers() }
|
||||
if !viewModel.isCurrentUser {
|
||||
group.addTask { await viewModel.fetchFamilliarFollowers() }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue