From 76332b2d9aab5bf9393c8c7ea756e417a2e7877a Mon Sep 17 00:00:00 2001 From: Aleksandr Yakovlev Date: Thu, 29 Aug 2024 13:30:03 +0600 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D1=8A=D1=8F=D1=81=D0=BD=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC=20=D0=B3=D0=BE=D0=BB=D0=BE=D1=81=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.php b/bot.php index 14c2412..5100d83 100644 --- a/bot.php +++ b/bot.php @@ -114,8 +114,8 @@ foreach ($articles as $article) { */ $limit = 500 - strlen($link_telegram) - strlen($title) - 20; $description = "$title\n\n".ellipse($description, $limit); - $description_mastodon = $description."\nГолосовать: $link_mastodon"; - $description_telegram = $description."\n$link_telegram\nГолосовать: $link_mastodon"; + $description_mastodon = $description."\nСсылка на статью и голосование за рейтинг: $link_mastodon"; + $description_telegram = $description."\n$link_telegram\nСсылка на статью и голосование за рейтинг: $link_mastodon"; if (!$config['DRY_RUN']) { if ($config['TELEGRAM'] === true) {