add logging non public toots

This commit is contained in:
fade 2022-08-30 05:28:44 -04:00
parent 7e00624577
commit 373f3721dd
1 changed files with 1 additions and 0 deletions

1
bot.go
View File

@ -119,6 +119,7 @@ func RunBot(Conf Config) {
}
}
} else {
WarnLogger.Printf("%s is not public toot and not boosted", notif.Status.URL)
break
}
}