Updated OpenPGPEncrypter

This commit is contained in:
Will Browning
2022-08-10 14:42:07 +01:00
parent 328036b17e
commit 37d6af9719
9 changed files with 68 additions and 46 deletions

View File

@@ -41,6 +41,8 @@ class RecipientKeyController extends Controller
$recipient->update([
'should_encrypt' => false,
'inline_encryption' => false,
'protected_headers' => false,
'fingerprint' => null
]);