mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-03 13:56:27 +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,7 +89,9 @@ public struct AccountDetailView: View {
|
||||||
await viewModel.fetchStatuses()
|
await viewModel.fetchStatuses()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
group.addTask { await viewModel.fetchFamilliarFollowers() }
|
if !viewModel.isCurrentUser {
|
||||||
|
group.addTask { await viewModel.fetchFamilliarFollowers() }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue