add_redis #2

Merged
B4D_US3R merged 7 commits from add_redis into master 2025-04-23 17:51:51 +05:00
Showing only changes of commit 10474bb165 - Show all commits

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)