From 4d3833850687f282a6f7b4a0e685115c023d0216 Mon Sep 17 00:00:00 2001 From: B4D_US3R Date: Wed, 23 Apr 2025 09:19:25 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=82?= =?UTF-8?q?=D1=8D=D0=B3=20

=20=D1=82=D0=BE=D0=B6=D0=B5=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B0=D0=B5=D1=82=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=BD=D0=B0=20=D0=BD=D0=BE=D0=B2=D1=83=D1=8E=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=BA=D1=83...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tooter/tooter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooter/tooter.go b/tooter/tooter.go index 871c0cc..71ec54a 100644 --- a/tooter/tooter.go +++ b/tooter/tooter.go @@ -159,7 +159,7 @@ func CreateToot(mastoClient mastodon.Client, newsDesc *gofeed.Item, sensitive bo } } - case "br": + case "br", "p": tootText += "\n" } }