You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a display_name to show, rather than the raw username
We have an avatar_url
There are many more possibilities, including showing the user details in a bottom sheet,
but for this stage, if an image comes with a username and the user{} object, we can replace the current "GIF" image type avatar with the actual user images.
The text was updated successfully, but these errors were encountered:
in API response, we have
"username": "",
username can be empty, but in case it doesn't, we have an additional block like this:
So that:
display_name
to show, rather than the raw usernameThere are many more possibilities, including showing the user details in a bottom sheet,
but for this stage, if an image comes with a username and the user{} object, we can replace the current "GIF" image type avatar with the actual user images.
The text was updated successfully, but these errors were encountered: