mirror of
https://gitea.phreedom.club/localhost_frssoft/mastodon-group-bot.git
synced 2024-12-22 17:23:34 +02:00
add logging non public toots
This commit is contained in:
parent
7e00624577
commit
373f3721dd
1 changed files with 1 additions and 0 deletions
1
bot.go
1
bot.go
|
@ -119,6 +119,7 @@ func RunBot(Conf Config) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
WarnLogger.Printf("%s is not public toot and not boosted", notif.Status.URL)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue