mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-03 06:42:19 +00:00
Test mastodon
This commit is contained in:
parent
dcbef8eb1f
commit
a54362231b
2 changed files with 6 additions and 6 deletions
|
@ -13,8 +13,8 @@ func Run() {
|
|||
|
||||
// Write to DB
|
||||
updatedMetrics := persistMetrics(metrics)
|
||||
|
||||
sendToMatrix(updatedMetrics)
|
||||
|
||||
postToMastodon(updatedMetrics)
|
||||
if len(updatedMetrics) > 0 {
|
||||
// sendToMatrix(updatedMetrics)
|
||||
postToMastodon(updatedMetrics)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue