Added prototype send pleroma emoji reactions via reactions page

This commit is contained in:
localhost_frssoft 2022-10-19 19:15:52 +03:00
parent 80170099f8
commit 9cdac3e623
14 changed files with 5128 additions and 2 deletions

View file

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