mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-25 17:15:29 +02:00
Added attached_recipients_only option to aliases
This commit is contained in:
@@ -20,6 +20,7 @@ class AliasResource extends JsonResource
|
||||
'active' => $this->active,
|
||||
'description' => $this->description,
|
||||
'from_name' => $this->from_name,
|
||||
'attached_recipients_only' => $this->attached_recipients_only,
|
||||
'emails_forwarded' => $this->emails_forwarded,
|
||||
'emails_blocked' => $this->emails_blocked,
|
||||
'emails_replied' => $this->emails_replied,
|
||||
|
||||
Reference in New Issue
Block a user