Always add signature

pull/214/head
M66B 2 years ago
parent a50f3e7feb
commit 8a49d815c8

@ -6886,9 +6886,9 @@ public class FragmentCompose extends FragmentBase {
d.body().prependChild(e); d.body().prependChild(e);
else else
d.body().appendChild(e); d.body().appendChild(e);
}
addSignature(context, d, draft, identity); addSignature(context, d, draft, identity);
}
body = d.html(); body = d.html();

Loading…
Cancel
Save