Revert "Always add signature"

This reverts commit 8a49d815c8.
This commit is contained in:
M66B
2023-12-28 12:47:15 +01:00
parent 0ffb59681e
commit 3bc0a94800

View File

@@ -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();