Add signature to sent message

pull/156/head
M66B 6 years ago
parent a60ded83dd
commit c95de9e756

@ -333,6 +333,8 @@ public class ServiceSend extends LifecycleService {
// Append replied/forwarded text
StringBuilder sb = new StringBuilder();
sb.append(Helper.readText(message.getFile(this)));
if (!TextUtils.isEmpty(ident.signature))
sb.append(ident.signature);
File refFile = message.getRefFile(this);
if (refFile.exists())
sb.append(Helper.readText(refFile));

Loading…
Cancel
Save