unfetter-discover / unfetter

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with adding a comment on demo board where user does not have an avatar

mpmmasterpeace opened this issue · comments

Issue

Submitting a comment utilizes the user's avatar_url. This does not work on demo mode where the user does not have an avatar.

Solution

Safely create an avatar url checking for existence. Use '' if it does not exist.
Also, for display, use an icon if user has no avatar.

oh weird!