Test mastodon posting

This commit is contained in:
idanoo 2023-01-30 11:54:25 +13:00
parent aec56e7352
commit 3aeff25285
Signed by: idanoo
GPG key ID: 387387CDBC02F132
8 changed files with 78 additions and 2 deletions

View file

@ -15,4 +15,6 @@ func Run() {
updatedMetrics := persistMetrics(metrics)
sendToMatrix(updatedMetrics)
postToMastodon(updatedMetrics)
}