diff --git a/internal/storage/ticker.go b/internal/storage/ticker.go index 89c4100c..1ef849fe 100644 --- a/internal/storage/ticker.go +++ b/internal/storage/ticker.go @@ -55,6 +55,7 @@ func (t *Ticker) AsMap() map[string]interface{} { "facebook": t.Information.Facebook, "telegram": t.Information.Telegram, "bluesky": t.Information.Bluesky, + "mastodon": t.Information.Mastodon, "lat": t.Location.Lat, "lon": t.Location.Lon, }