Забыл добавить переменную для NSFW...

This commit is contained in:
B4D_US3R 2025-04-23 09:57:44 +05:00
parent 4d38338506
commit 10474bb165

View file

@ -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)