Revert "Always add signature"

This reverts commit 8a49d815c8.
pull/214/head
M66B 1 year ago
parent 0ffb59681e
commit 3bc0a94800

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

Loading…
Cancel
Save