Updates to Message, Remove updated_at/mid from echomails/netmails, not used
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 35s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m47s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s

This commit is contained in:
2024-06-07 08:42:10 +10:00
parent 614d5b877b
commit 06c29d8750
5 changed files with 46 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ trait MessageAttributes
public function rebuildMessage(): string
{
// If we have a msg_src attribute, we'll use that
$result = $this->msg."\r";
$result = $this->msg."\r\r";
if ($x=$this->tagline)
$result .= sprintf("%s\r",$x);