Change our mail packet name to be the youngest ID in the packet, not the youngest date
This commit is contained in:
@@ -362,7 +362,7 @@ abstract class Packet extends FTNBase implements \Iterator, \Countable
|
||||
|
||||
$this->content .= "\00\00";
|
||||
|
||||
$this->messages = $msgs->map(fn($item)=>$item->only(['id','date']));
|
||||
$this->messages = $msgs->map(fn($item)=>$item->only(['id','datetime']));
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user