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)
{
$lines[] = sprintf(
'=> %s',
$channelItem->link
'=> %s %s',
$channelItem->link,
parse_url(
$channelItem->link,
PHP_URL_HOST
)
);
}