Fix message_path when the source is not in the DB
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 43s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m37s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s

This commit is contained in:
Deon George 2025-01-07 16:46:07 +11:00
parent aeea49abe7
commit bf446e1186

View File

@ -50,7 +50,7 @@ trait MessagePath
$reply .= "No path information? This would be normal if this message came directly to the hub\r";
$reply .= "+----------------------------------------------------------------[ ORIGIN ]-+\r";
$reply .= sprintf("%s (%s)\r",($mo->getRelationValue('origin')?->value) ?: '*NO ORIGIN*',$mo->fftn->ftn4d);
$reply .= sprintf("%s (%s)\r",($mo->getRelationValue('origin')?->value) ?: '*NO ORIGIN*',$mo->fftn?->ftn4d ?: $mo->set_fftn);
$reply .= "+-----------------------------------------------------------[ END MESSAGE ]-+\r";