Add second

This commit is contained in:
Daniel Mason 2023-05-24 20:55:13 +12:00
parent f43c3565ad
commit ed94a21a03
Signed by: idanoo
GPG key ID: 387387CDBC02F132
4 changed files with 26 additions and 1 deletions

View file

@ -34,7 +34,8 @@ func postToMastodon(metrics []metric) {
msg = msg + "\n\n" + "#WeeklyStats"
toot := &mastodon.Toot{
Status: msg,
Visibility: "unlisted",
Status: msg,
}
_, err = c.PostStatus(context.Background(), toot)