Autolink/guess outgoing messages

This commit is contained in:
M66B
2022-04-08 10:40:01 +02:00
parent f338d7f99d
commit 4fcccba485

View File

@@ -924,8 +924,10 @@ public class MessageHelper {
// When sending message
if (identity != null && send) {
if (auto_link)
if (auto_link) {
HtmlHelper.guessSchemes(document);
HtmlHelper.autoLink(document);
}
if (!TextUtils.isEmpty(compose_font)) {
List<Node> childs = new ArrayList<>();