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
In Discord:
I see colored circles with initials for everyone, and only see my own avatar picture in the team participant (But before I swear I'd seen Seth's too)
In Teams:
I see colored circles with no initials for anyone except for Christina, and my own avatar picture in the team participant list.
The text was updated successfully, but these errors were encountered:
I've made this better, but it still continues to be a challenge. I tried to add some logic so that no matter what, if an image fails to load it will fall back to showing initials. I need to confirm that fix is working.
The core problem stems from file access permissions. We are trying to grab these images directly from the teams and discord servers by just copying the URL they use on the web page. For whatever reason, this URL is sometimes blocked and returns a 401 (not permitted) even though the web page can clearly load it. It also seems to be necessary for the user to leave the page and come back in order for their displayed image to update the first time.
In Discord:
I see colored circles with initials for everyone, and only see my own avatar picture in the team participant (But before I swear I'd seen Seth's too)
In Teams:
I see colored circles with no initials for anyone except for Christina, and my own avatar picture in the team participant list.
The text was updated successfully, but these errors were encountered: