mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Disable autolink for composer
This commit is contained in:
@@ -139,7 +139,7 @@ public class ActivityEML extends ActivityBase {
|
||||
|
||||
String html = result.parts.getHtml(context);
|
||||
if (html != null)
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, html, false));
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, html, false, false));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user