Skip to content

MessageList: Strip and escape markup in messages

Julian Sparber requested to merge julian.sparber/chatty:markup into master

By stripping and escaping messages we can controll what markup is rendered in a gtkLabel. We only allow html tags for links.

Fixes: #116 (closed) Fixes: #150 (closed)

Merge request reports