mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Added attachments to templates
This commit is contained in:
@@ -72,7 +72,7 @@ public class AI {
|
||||
DB db = DB.getInstance(context);
|
||||
EntityAnswer t = db.answer().getAnswer(template);
|
||||
if (t != null) {
|
||||
String html = t.getHtml(context, null);
|
||||
String html = t.getData(context, null).getHtml();
|
||||
prompt = JsoupEx.parse(html).body().text();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user