diff --git a/app/Traits/MessagePath.php b/app/Traits/MessagePath.php index d125d7e..afbbfa8 100644 --- a/app/Traits/MessagePath.php +++ b/app/Traits/MessagePath.php @@ -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 .= $mo->origin."\r"; + $reply .= sprintf("%s (%s)\r",($mo->getRelationValue('origin')?->value) ?: '*NO ORIGIN*',$mo->fftn->ftn4d); $reply .= "+-----------------------------------------------------------[ END MESSAGE ]-+\r";