Fix message_path when the source is not in the DB
This commit is contained in:
parent
aeea49abe7
commit
bf446e1186
@ -50,7 +50,7 @@ trait MessagePath
|
|||||||
$reply .= "No path information? This would be normal if this message came directly to the hub\r";
|
$reply .= "No path information? This would be normal if this message came directly to the hub\r";
|
||||||
|
|
||||||
$reply .= "+----------------------------------------------------------------[ ORIGIN ]-+\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";
|
$reply .= "+-----------------------------------------------------------[ END MESSAGE ]-+\r";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user