@tadano @splitshockvirus @Tadano
>Take pic related, the same user favourited and emoji reacted to OP yet I only received a notif for the favourite/like. Am I interpreting it incorrectly or did I misconfigure something?
Perhaps something is wrong with this particular emoji? Mitra has a size limit for emojis and may also discard certain file types. Could you ask that user to send the same emoji react to one of my comments?
>I should have specified this as a Husky-specific issue, I notice that replies I see never indicate who's being replied to. This isn't a problem on the default web UI, thankfully.
I don't know why this might be happening. If you have a GitHub account, consider reporting it to Husky dev https://github.com/captainepoch/husky/issues
>IMO being able to change the site logo from web and modifying the CSS, frontpage layout and about page would be very nice. If not from web, from the server without having to rebuild.
Server-side CSS modifications shouldn't be difficult to implement. I'll think about it.
>Addendum: In your opinion, how complicated would emoji reacts + autocomplete be to implement? I looked in the codeberg and didn't see any issues or anything related to it.
>t. Layman when it comes to Rust/JS programming
Autocomplete is easy, it is a 100% frontend job. Mitra UI already supports mention auto-suggestions which are similar.
Emoji reactions are much more complicated, they require both backend (+federation) work and frontend work (+UI design).