IceCubesApp
IceCubesApp copied to clipboard
Bug: Custom emojis not shown
My instance has a few custom emojis, but when clicking the custom emojis button in a new post, I get no emojis at all, let alone my custom emojis.
Bonus (really an enhancement request I think?): that button should really show all regular emojis as well.
That definitely narrow it down to our own code doing some bad parsing for recognising custom emojis :) CC @divadretlaw on this.
CC @xurble didn't realised it was there and not in our EmojiTextView library
Yeah I guess because of this Regex the resulting emoji code results in :some\_emoji: instead of :some_emoji: but then EmojiText tries to find some\_emoji in the list of available emojis but obviously cannot find it then.
I'm looking at it, but I think we can all agree that this is not the solution.

✅ LGTM
This looks more promising. Will needs a bit more testing.