From 35903c6cb4fa52d249612120da53591e168f9226 Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 24 Aug 2022 08:52:34 +0300 Subject: [PATCH] Missing newline --- mastoposter/integrations/telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastoposter/integrations/telegram.py b/mastoposter/integrations/telegram.py index bd487eb..d7c2d71 100644 --- a/mastoposter/integrations/telegram.py +++ b/mastoposter/integrations/telegram.py @@ -140,7 +140,7 @@ class TelegramIntegration(BaseIntegration): if status.reblog and self.show_boost_from: text = ( - 'Boosted post from {}'.format( + 'Boosted post from {}\n'.format( source.account.url, source.account.display_name ) + text