Always add signature

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

@ -6886,10 +6886,10 @@ 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();
// Create new revision

Loading…
Cancel
Save