Добавил включение/отключение NSFW штук
This commit is contained in:
parent
1f1c964e91
commit
fef2d2fdb6
4 changed files with 7 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ func main() {
|
|||
if !inStack {
|
||||
log.Println(post.Description)
|
||||
|
||||
toot, err := tooter.CreateToot(*mastoClient, post)
|
||||
toot, err := tooter.CreateToot(*mastoClient, post, kikiConfig.Sensitive)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue