enshort source url on alt text

This commit is contained in:
yggverse 2024-05-05 04:58:43 +03:00
parent 67c6fab4cf
commit 9d1984a171

View file

@ -133,8 +133,12 @@ class Nex implements MessageComponentInterface
if ($channelItem->link) if ($channelItem->link)
{ {
$lines[] = sprintf( $lines[] = sprintf(
'=> %s', '=> %s %s',
$channelItem->link $channelItem->link,
parse_url(
$channelItem->link,
PHP_URL_HOST
)
); );
} }