Add packet name for incoming netmails, dont send back messages to sender for areafix messages
This commit is contained in:
@@ -636,6 +636,7 @@ class Address extends Model
|
||||
public function netmailWaiting(): Collection
|
||||
{
|
||||
return Netmail::whereIn('tftn_id',(($x=$this->children) ? $x->pluck('id') : collect())->push($this->id))
|
||||
->where('local',FALSE)
|
||||
->whereNull('sent_at')
|
||||
->get();
|
||||
}
|
||||
|
Reference in New Issue
Block a user