Added definable placeholders

This commit is contained in:
M66B
2022-08-21 08:50:42 +02:00
parent 4b353d9c07
commit 93a512c0f7
11 changed files with 215 additions and 26 deletions

View File

@@ -805,7 +805,7 @@ public class EntityRule {
if (resend)
body = Helper.readText(message.getFile(context));
else {
body = answer.getHtml(message.from);
body = answer.getHtml(context, message.from);
if (original_text) {
Document msg = JsoupEx.parse(body);