mirror of
https://gitea.phreedom.club/localhost_frssoft/mastodon-group-bot
synced 2025-03-21 08:19:32 +00: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 {
|
} else {
|
||||||
|
WarnLogger.Printf("%s is not public toot and not boosted", notif.Status.URL)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue