From 373f3721ddd05019b37e6ce73592772e2f931151 Mon Sep 17 00:00:00 2001 From: fade Date: Tue, 30 Aug 2022 05:28:44 -0400 Subject: [PATCH] add logging non public toots --- bot.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.go b/bot.go index 90d5690..7f6c4f8 100644 --- a/bot.go +++ b/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 } }