mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-05 19:38:44 +00:00
merge with upstream
This commit is contained in:
commit
4379eab5bf
25 changed files with 465 additions and 186 deletions
|
@ -177,6 +177,11 @@ type FiltersData struct {
|
|||
Filters []*mastodon.Filter
|
||||
}
|
||||
|
||||
type ProfileData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
}
|
||||
|
||||
type MuteData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
|
|
|
@ -36,6 +36,7 @@ const (
|
|||
SettingsPage = "settings.tmpl"
|
||||
UserEditPage = "useredit.tmpl"
|
||||
FiltersPage = "filters.tmpl"
|
||||
ProfilePage = "profile.tmpl"
|
||||
MutePage = "mute.tmpl"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue