chitchatter icon indicating copy to clipboard operation
chitchatter copied to clipboard

Request: Ability to set avatar (custom image)

Open dillfrescott opened this issue 1 year ago • 4 comments

This would be neat! It could display next to the user's name, for added personalization and customization!

dillfrescott avatar May 24 '24 23:05 dillfrescott

Hi @dillfrescott, I think this would be a good addition! Because of Chitchatter's serverless design, this would probably have to leverage the preexisting file sharing functionality (which is powered by secure-file-transfer).

I probably won't be able to pick this up in the near future, but I'd be happy to accept a PR that implements it.

jeremyckahn avatar May 25 '24 14:05 jeremyckahn

Gotcha! totally understand!

dillfrescott avatar May 25 '24 19:05 dillfrescott

Would like to see this feature as well and to have the avatar stored in the exported file.

trymeouteh avatar Jul 17 '25 04:07 trymeouteh

Would like to see this feature as well and to have the avatar stored in the exported file.

This should be achievable by base64-encoding the image data into the exported JSON data.

jeremyckahn avatar Jul 17 '25 13:07 jeremyckahn