mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 22:02:20 +00:00
Add hashtag
This commit is contained in:
parent
3aeff25285
commit
a2a5a26e0f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ func postToMastodon(metrics []metric) {
|
|||
for _, m := range metrics {
|
||||
msg = msg + getPrintableString(m) + "\n"
|
||||
}
|
||||
msg = msg + "\n\n" + "#Stats"
|
||||
|
||||
toot := mastodon.Toot{
|
||||
Status: msg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue