The source project of this merge request has been removed.
content: Several fixes for text messages
- Simplify the code for generating text message widgets by avoiding duplication of code and using simpler names for methods.
- Show URLS as links for plain text messages. Before it was only working for formatted text messages.
- Parse the formatted body of emotes to display the HTML properly.
Fixes #852 (closed) and partially #827 (closed) (it still lacks the URLs without http(s)://
)
Result:
Edited by Kévin Commaille