diff --git a/mastodon/status.go b/mastodon/status.go index c6cb99e..b2553b4 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -20,6 +20,9 @@ type ReactionsPleroma struct { Count int `json:"count"` Me bool `json:"me"` Name string `json:"name"` + + // For support akkoma reactions :) + Url *string `json:"url"` } type ReplyInfo struct { diff --git a/templates/reactionspage.tmpl b/templates/reactionspage.tmpl index 7f70c4e..9ee21a4 100644 --- a/templates/reactionspage.tmpl +++ b/templates/reactionspage.tmpl @@ -20,7 +20,11 @@