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
Currently user information (username, avatar, etc) is only fetched once on login. If a user logged into the site changes their avatar, their avatar appears broken on the site since Discord yeets the old file and we can't display it anymore.
This information should be cached, for sure, but we should re-fetch it every once in a while to stay up to date with changes to user information.
Very minor.
The text was updated successfully, but these errors were encountered:
Currently user information (username, avatar, etc) is only fetched once on login. If a user logged into the site changes their avatar, their avatar appears broken on the site since Discord yeets the old file and we can't display it anymore.
This information should be cached, for sure, but we should re-fetch it every once in a while to stay up to date with changes to user information.
Very minor.
The text was updated successfully, but these errors were encountered: