Abdelhafidh Belalia
Abdelhafidh Belalia
@ntdiary I think the timeline is a bit confusing :sweat_smile:. All what I'm trying to say is if that PR never existed the bug would not occur. You can try...
@alitoshmatov Thanks for the proposal. The RCA is correct. The fix is almost correct. We should call `_.unescape` after applying the `htmlToTextRules` and not before, otherwise html will get corrupted....
@youssef-lr There have been a number of bugs related to html text encoding and by the looks of it we are not exactly done with those :sweat_smile: so I'm not...
I think `Str.htmlDecode` is just another version of `_.unescape`. We are probably using it as a workaround due the bug on `parser.htmlToText` (since it's missing the `_.unescape` call). Those two...
@MelvinBot We have a fix for the issue already and a plan as well. Just waiting for some :eyes: on this and we should be good to move forward :rocket:!
@youssef-lr I think this is waiting for your input here
Not overdue. We are almost okay with a proposal. Just waiting for @youssef-lr
Not overdue. Waiting for @youssef-lr
@pecanoro The issue is in the front-end. The optimistic text message is not constructed correctly due to a bug in `parser.htmlToText`.