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
It's great that avatars for channels are added via #3582,
however, if there's an instance that gets users avatars from external provider: https://somesite.com/api/get_user_avatar/{username}
for channels like #general it tries to get avatar from https://somesite.com/api/get_user_avatar/{username}
which is obviously unexpected as it's meant for users
The text was updated successfully, but these errors were encountered:
Well, I'm running version 3.2.1 and yet, I clearly see the broken image icon next to channel avatar that's trying to open url according to AvatarExternalProviderUrl
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description:
It's great that avatars for channels are added via #3582,
however, if there's an instance that gets users avatars from external provider:
https://somesite.com/api/get_user_avatar/{username}
for channels like #general it tries to get avatar from
https://somesite.com/api/get_user_avatar/{username}
which is obviously unexpected as it's meant for users
The text was updated successfully, but these errors were encountered: