mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Add reactions page
This commit is contained in:
parent
927bd6127c
commit
81a52fe7c6
5 changed files with 31 additions and 0 deletions
|
@ -136,6 +136,12 @@ type LikedByData struct {
|
|||
NextLink string
|
||||
}
|
||||
|
||||
//For Pleroma reactions
|
||||
type ReactedByData struct {
|
||||
*CommonData
|
||||
Reactions []*mastodon.ReactionsPleroma
|
||||
}
|
||||
|
||||
type RetweetedByData struct {
|
||||
*CommonData
|
||||
Users []*mastodon.Account
|
||||
|
|
|
@ -30,6 +30,7 @@ const (
|
|||
AboutInstance = "aboutinstance.tmpl"
|
||||
EmojiPage = "emoji.tmpl"
|
||||
LikedByPage = "likedby.tmpl"
|
||||
ReactedByPage = "reactionspage.tmpl"
|
||||
RetweetedByPage = "retweetedby.tmpl"
|
||||
SearchPage = "search.tmpl"
|
||||
SettingsPage = "settings.tmpl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue