nextcloud / nextcloud/talk-ios
Race condition on login - avatar might have wrong style
Open
0. Needs triage
bug
- Dominant language
- Swift
- Stars
- 230
- Forks
- 121
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 38
Description
To check if we can retrieve the dark version of an avatar, we check the server capabilities. After login in `checkAppState` we first trigger an update to the user profile, which also fetches the avatar. If at this point no capabilities are available, we will always fetch the light version of the avatar, although dark would be supported.
Contributor guide
Assessment
This issue has not been assessed yet.