Autolink/guess outgoing messages

pull/207/head
M66B 3 years ago
parent f338d7f99d
commit 4fcccba485

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

Loading…
Cancel
Save