mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-10 13:58:46 +00:00
Support akkoma custom reactions, worst quality
This commit is contained in:
parent
cbbebe6b15
commit
b07793e986
3 changed files with 15 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue