From 10474bb165c55d05ba04e22669e2ac54b564e539 Mon Sep 17 00:00:00 2001 From: B4D_US3R Date: Wed, 23 Apr 2025 09:57:44 +0500 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B1=D1=8B=D0=BB=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=BD=D1=83=D1=8E=20=D0=B4=D0=BB=D1=8F=20NSF?= =?UTF-8?q?W...?= 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 71ec54a..69fbb60 100644 --- a/tooter/tooter.go +++ b/tooter/tooter.go @@ -136,7 +136,7 @@ func CreateToot(mastoClient mastodon.Client, newsDesc *gofeed.Item, sensitive bo toot := mastodon.Toot{ Visibility: "unlisted", - Sensitive: true, + Sensitive: sensitive, } uString := html.UnescapeString(newsDesc.Description)