This commit is contained in:
the-djmaze 2024-02-25 11:38:19 +01:00
parent a7041b4efb
commit 1e03eac9a5

View file

@ -356,8 +356,8 @@ export class ComposePopupView extends AbstractViewPopup {
currentIdentity: value => {
if (value) {
this.from(value.formattedName());
this.doEncrypt(value.pgpEncrypt()/* || SettingsUserStore.pgpEncrypt()*/);
this.doSign(value.pgpSign()/* || SettingsUserStore.pgpSign()*/);
this.doEncrypt(value.pgpEncrypt() || SettingsUserStore.pgpEncrypt());
this.doSign(value.pgpSign() || SettingsUserStore.pgpSign());
}
},