This came up here, but I think maybe it was not addressed.
It takes some time to show the correct avatar and initially the avatar is greyed out with a "fallback" style.
Let's see if we can get it to always show correctly.
Users you never interacted with use the fallback avatar so that in the search list you don't see too many users that you can't tell if you know them or not.
If you initiate a chat with any, the avatar is not updated until after BE returns personal details. <-- I think we can change this part and optimistically set personal details as we are effectively interacting with the user. However the avatar will probably change (assuming BE does not take the optimistic account id into account)
This came up here, but I think maybe it was not addressed.
It takes some time to show the correct avatar and initially the avatar is greyed out with a "fallback" style.
Let's see if we can get it to always show correctly.