Support akkoma custom reactions, worst quality

This commit is contained in:
localhost_frssoft 2022-10-23 02:43:38 +03:00
parent cbbebe6b15
commit b07793e986
3 changed files with 15 additions and 0 deletions

View file

@ -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 {