Added pinned aliases feature

This commit is contained in:
Will Browning
2026-04-08 13:51:29 +01:00
parent cfb3ecb0ae
commit 89ecdcf76f
21 changed files with 917 additions and 82 deletions

View File

@@ -18,6 +18,7 @@ class AliasResource extends JsonResource
'domain' => $this->domain,
'email' => $this->email,
'active' => $this->active,
'pinned' => $this->pinned,
'description' => $this->description,
'from_name' => $this->from_name,
'attached_recipients_only' => $this->attached_recipients_only,