1
0
Fork 0

Missing newline

This commit is contained in:
Casey 2022-08-24 08:52:34 +03:00
parent 34a754941d
commit 35903c6cb4
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class TelegramIntegration(BaseIntegration):
if status.reblog and self.show_boost_from:
text = (
'Boosted post from <a href="{}">{}</a>'.format(
'Boosted post from <a href="{}">{}</a>\n'.format(
source.account.url, source.account.display_name
)
+ text