mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Just merge with upstream/master
This commit is contained in:
commit
fa5eaa4442
8 changed files with 66 additions and 57 deletions
|
@ -176,3 +176,8 @@ type FiltersData struct {
|
|||
*CommonData
|
||||
Filters []*mastodon.Filter
|
||||
}
|
||||
|
||||
type MuteData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ const (
|
|||
SettingsPage = "settings.tmpl"
|
||||
UserEditPage = "useredit.tmpl"
|
||||
FiltersPage = "filters.tmpl"
|
||||
MutePage = "mute.tmpl"
|
||||
)
|
||||
|
||||
type TemplateData struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue