Fix recording of netmails, when they contain taglines and origin lines
This commit is contained in:
@@ -204,6 +204,7 @@ final class Netmail extends Model implements Packet
|
||||
$o->message = $this->msg;
|
||||
$o->tagline = $this->tagline;
|
||||
$o->tearline = $this->tearline;
|
||||
$o->origin = $this->origin;
|
||||
|
||||
// VIA kludge
|
||||
$via = $this->via ?: collect();
|
||||
|
Reference in New Issue
Block a user