Add hashtag

This commit is contained in:
idanoo 2023-01-30 11:55:11 +13:00
parent 3aeff25285
commit a2a5a26e0f
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -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,