diff --git a/src/Controller/Server/Nex.php b/src/Controller/Server/Nex.php index 8a14f3c..11afb37 100644 --- a/src/Controller/Server/Nex.php +++ b/src/Controller/Server/Nex.php @@ -174,6 +174,20 @@ class Nex implements MessageComponentInterface $channelItem->title ) ); + + if ($channelItem->description) + { + $lines[] = \Yggverse\Pulsar\Model\Filter::text( + $channelItem->description + ) . PHP_EOL; + } + + if ($channelItem->content) + { + $lines[] = \Yggverse\Pulsar\Model\Filter::text( + $channelItem->content + ) . PHP_EOL; + } } // Build response