mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-26 01:25:06 +02:00
Fixed alias export not including deleted aliases
This commit is contained in:
@@ -118,7 +118,7 @@ trait CheckUserRules
|
||||
case 'encryption':
|
||||
if ($action['value'] == false) {
|
||||
// detach the openpgpsigner from the email...
|
||||
if ($this->openpgpsigner) {
|
||||
if (isset($this->openpgpsigner)) {
|
||||
$this->email->withSwiftMessage(function ($message) {
|
||||
$message->detachSigner($this->openpgpsigner);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user