mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-24 16:49:14 +00:00
Add second
This commit is contained in:
parent
f43c3565ad
commit
ed94a21a03
4 changed files with 26 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue