khoj-ai / khoj

Your AI second brain. Get answers to your questions, whether they be online or in your own notes. Use online AI models (e.g gpt4) or private, local LLMs (e.g llama3). Self-host locally or use our cloud instance. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.

Home Page:https://khoj.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix profile icon in desktop application

sabaimran opened this issue · comments

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

Closed with #703