Fix ping blank messages
This commit is contained in:
@@ -76,10 +76,10 @@ final class Netmail extends Model implements Packet
|
||||
$o->message = $this->msg;
|
||||
|
||||
if ($this->tagline)
|
||||
$o->message .= $this->tagline;
|
||||
$o->message .= '...'.$this->tagline;
|
||||
|
||||
if ($this->tearline)
|
||||
$o->tearline .= $this->tearline;
|
||||
$o->tearline .= '---'.$this->tearline;
|
||||
|
||||
// VIA kludge
|
||||
$via = $this->via ?: collect();
|
||||
|
Reference in New Issue
Block a user