nextcloud / nextcloud/talk-ios
User groups and teams requested too often
Open
0. Needs triage
bug
- Dominant language
- Swift
- Stars
- 230
- Forks
- 121
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 38
Description
We currently request user groups and teams whenever the app reaches the ready state. The problem is, that whenever the network connection changes, we also call `checkAppState` and since we are in a ready state already (e.g. we do have capabilities and signaling config), we fetch user groups and teams again. So when we are in an area with flaky connection or often changing connection, we retrieve that information too often.
Contributor guide
Assessment
This issue has not been assessed yet.