mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-25 17:15:29 +02:00
Added 'last used at' to aliases
This commit is contained in:
@@ -25,6 +25,10 @@ class AliasResource extends JsonResource
|
||||
'emails_replied' => $this->emails_replied,
|
||||
'emails_sent' => $this->emails_sent,
|
||||
'recipients' => RecipientResource::collection($this->whenLoaded('recipients')),
|
||||
'last_forwarded' => $this->last_forwarded?->toDateTimeString(),
|
||||
'last_blocked' => $this->last_blocked?->toDateTimeString(),
|
||||
'last_replied' => $this->last_replied?->toDateTimeString(),
|
||||
'last_sent' => $this->last_sent?->toDateTimeString(),
|
||||
'created_at' => $this->created_at->toDateTimeString(),
|
||||
'updated_at' => $this->updated_at->toDateTimeString(),
|
||||
'deleted_at' => $this->deleted_at?->toDateTimeString(),
|
||||
|
||||
Reference in New Issue
Block a user