Currently, if a link appears in a message it is unclickable.
Note: this feature might be more difficult to implement than first lets on; the primary issue is that React really doesn't like rendering text as HTML. This will most likely require rearchitecting message resolution to return actual React/HTML elements instead of the message objects like it does right now.
Acceptance criteria:
Currently, if a link appears in a message it is unclickable.
Note: this feature might be more difficult to implement than first lets on; the primary issue is that React really doesn't like rendering text as HTML. This will most likely require rearchitecting message resolution to return actual React/HTML elements instead of the message objects like it does right now.
Acceptance criteria: