mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Added prototype send pleroma emoji reactions via reactions page
This commit is contained in:
parent
80170099f8
commit
9cdac3e623
14 changed files with 5128 additions and 2 deletions
|
@ -139,7 +139,9 @@ type LikedByData struct {
|
|||
//For Pleroma reactions
|
||||
type ReactedByData struct {
|
||||
*CommonData
|
||||
Reactions []*mastodon.ReactionsPleroma
|
||||
Reactions []*mastodon.ReactionsPleroma
|
||||
ReactionEmojis map[string]string
|
||||
ID string
|
||||
}
|
||||
|
||||
type RetweetedByData struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue