Closed helmturner closed 3 months ago
Since we're statically pre-rendering the vote cards, we're not able to pull the user's latest Avatar URL from OAuth at render time. Doing so would add a non-trivial amount of complexity, so for now we're just going to remove the avatar. #280 would close this out.
This is more of a backend fix, since we don't get this in the query at the moment. The components and such are in place to make this work on the frontend, so this issue is more of a reminder than anything. If we decide against using avatars we can remove the client code for it.