Skip encrypting DSN

pull/207/head
M66B 2 years ago
parent 2e9275c7bd
commit 496d03fa15

@ -6822,6 +6822,9 @@ public class FragmentCompose extends FragmentBase {
if (draft == null)
return null;
if (draft.dsn != null && !EntityMessage.DSN_NONE.equals(draft.dsn))
return null;
EntityIdentity identity = db.identity().getIdentity(iid);
if (identity == null)
return draft.ui_encrypt;

Loading…
Cancel
Save