Fix sorting of seenby/path items in echomail/netmail. Add rogue_seenby to seenby in echomail
This commit is contained in:
@@ -179,6 +179,7 @@ final class Netmail extends Model implements Packet
|
||||
{
|
||||
return $this->belongsToMany(Address::class,'netmail_path')
|
||||
->withPivot(['id','parent_id','datetime','program','recv_pkt','recv_id'])
|
||||
->orderBy('netmail_path.id')
|
||||
->using(ViaPivot::class);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user