Skip to content

content: Several fixes for text messages

Kévin Commaille requested to merge (removed):text-messages into fractal-next
  • 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:

formatted_emote

Edited by Kévin Commaille

Merge request reports