From a2a5a26e0f6473365a189a40684ab2b966d61f58 Mon Sep 17 00:00:00 2001 From: idanoo Date: Mon, 30 Jan 2023 11:55:11 +1300 Subject: [PATCH] Add hashtag --- internal/gomastodonstats/mastodon.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/gomastodonstats/mastodon.go b/internal/gomastodonstats/mastodon.go index 113a3b7..ceb6874 100644 --- a/internal/gomastodonstats/mastodon.go +++ b/internal/gomastodonstats/mastodon.go @@ -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,