Guess scheme for outbound autolink

This commit is contained in:
M66B
2022-04-08 13:25:26 +02:00
parent 17de80ec5d
commit 05a73fcfe2
2 changed files with 17 additions and 3 deletions

View File

@@ -926,7 +926,7 @@ public class MessageHelper {
if (identity != null && send) {
if (auto_link) {
HtmlHelper.guessSchemes(document);
HtmlHelper.autoLink(document);
HtmlHelper.autoLink(document, true);
}
if (!TextUtils.isEmpty(compose_font)) {