mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Add support for expiring mutes
This commit is contained in:
parent
9816045c21
commit
5147897c6c
7 changed files with 64 additions and 25 deletions
|
@ -155,3 +155,8 @@ type FiltersData struct {
|
|||
*CommonData
|
||||
Filters []*mastodon.Filter
|
||||
}
|
||||
|
||||
type MuteData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@ const (
|
|||
SearchPage = "search.tmpl"
|
||||
SettingsPage = "settings.tmpl"
|
||||
FiltersPage = "filters.tmpl"
|
||||
MutePage = "mute.tmpl"
|
||||
)
|
||||
|
||||
type TemplateData struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue