Rocket.Chat.iOS
Rocket.Chat.iOS copied to clipboard
[BUG] Parsing of emojis in url
We're using dokuwiki, which generates urls like doku.php/topic:start:subtopic:subsubtopic
if now :start: would be a valid emoji slug, it's replaced with the emoji itself and the url stops parsing right before (so you get doku.php/topic⬛️subtopic:subsubtopic and the link will be only doku.php/topic)
The web view does the same (replacing the slug with emoji) but the link remains clickable and links to the same destination.
I second this issue/bug. It happens on all platforms. This should be moved to the main issues tracker.
Needs urgent FIX.
Probably refer to #11989
Also note this:
https://github.com/RocketChat/Rocket.Chat.Android#important---please-read-this-first
https://rocket.chat/2019/10/11/moving-mobile-apps-to-react/
Bugs here are unlikely to get fixed now. You will be better off using the React Native app where all future development is happening.