Change MessagePath to not render the Origin in full
This commit is contained in:
parent
5dbef2d9d1
commit
6dde4cf910
@ -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 .= $mo->origin."\r";
|
$reply .= sprintf("%s (%s)\r",($mo->getRelationValue('origin')?->value) ?: '*NO ORIGIN*',$mo->fftn->ftn4d);
|
||||||
|
|
||||||
$reply .= "+-----------------------------------------------------------[ END MESSAGE ]-+\r";
|
$reply .= "+-----------------------------------------------------------[ END MESSAGE ]-+\r";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user