Revert "Prevent orphan drafts"

This reverts commit b6cea4c345.
pull/190/head
M66B 5 years ago
parent b6cea4c345
commit 8ab4325a33

@ -2699,10 +2699,6 @@ class Core {
message = dup;
process = true;
} else {
if (dup.uid < uid &&
EntityFolder.DRAFTS.equals(folder.type))
EntityOperation.queue(context, dup, EntityOperation.DELETE);
}
}

Loading…
Cancel
Save