khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.13k stars 703 forks source link

Fix profile icon in desktop application #707

Closed sabaimran closed 6 months ago

sabaimran commented 6 months ago

Right now, the profile icon is not loading correctly because it isn't setting the src field appropriately. Fix this to use the correct property.

See this method for the bug. It's returning the full_name when it should just return the profile image url. In turn, this is used in this method to populate the header.

Image

sabaimran commented 6 months ago

Closed with #703