IceCubesApp icon indicating copy to clipboard operation
IceCubesApp copied to clipboard

Bug: Custom emojis not shown

Open EmilJacobs opened this issue 2 years ago • 9 comments

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.

EmilJacobs avatar Feb 02 '23 12:02 EmilJacobs

That definitely narrow it down to our own code doing some bad parsing for recognising custom emojis :) CC @divadretlaw on this.

Dimillian avatar Feb 06 '23 14:02 Dimillian

CC @xurble didn't realised it was there and not in our EmojiTextView library

Dimillian avatar Feb 06 '23 15:02 Dimillian

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.

divadretlaw avatar Feb 06 '23 15:02 divadretlaw

I'm looking at it, but I think we can all agree that this is not the solution.

Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-06 at 16 45 45

xurble avatar Feb 06 '23 16:02 xurble

✅ LGTM

Dimillian avatar Feb 06 '23 16:02 Dimillian

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

Screenshot 2023-02-06 at 16 53 45

xurble avatar Feb 06 '23 16:02 xurble