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 previously had code in place that made the requests /avatars/foo.png and /avatars/foo "the same;" it was accomplished by simply stripping the extension out of the identifier. I removed this code because I thought it was silly, but I realize now that it's really a stopgap for #19.
Avatar-wise, the extension should not affect the result. Long-term, it should affect the content-type of the response.
The main reason to fix this sooner rather than later is that the .png toggle on the avatars site now behaves "weirdly," in that it actually changes the avatar being displayed.
The text was updated successfully, but these errors were encountered:
We previously had code in place that made the requests
/avatars/foo.png
and/avatars/foo
"the same;" it was accomplished by simply stripping the extension out of the identifier. I removed this code because I thought it was silly, but I realize now that it's really a stopgap for #19.Avatar-wise, the extension should not affect the result. Long-term, it should affect the content-type of the response.
The main reason to fix this sooner rather than later is that the .png toggle on the avatars site now behaves "weirdly," in that it actually changes the avatar being displayed.
The text was updated successfully, but these errors were encountered: