mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-12 23:08:46 +00:00
Merge branch 'master' into absolute_fluoride
This commit is contained in:
commit
9f34b60749
29 changed files with 883 additions and 1791 deletions
|
@ -14,6 +14,7 @@ type Context struct {
|
|||
CSRFToken string
|
||||
UserID string
|
||||
AntiDopamineMode bool
|
||||
Referrer string
|
||||
}
|
||||
|
||||
type NavData struct {
|
||||
|
@ -23,12 +24,12 @@ type NavData struct {
|
|||
}
|
||||
|
||||
type CommonData struct {
|
||||
Title string
|
||||
CustomCSS string
|
||||
CSRFToken string
|
||||
Count int
|
||||
AutoRefresh bool
|
||||
Target string
|
||||
Title string
|
||||
CustomCSS string
|
||||
CSRFToken string
|
||||
Count int
|
||||
RefreshInterval int
|
||||
Target string
|
||||
}
|
||||
|
||||
type ErrorData struct {
|
||||
|
@ -51,6 +52,8 @@ type RootData struct {
|
|||
type TimelineData struct {
|
||||
*CommonData
|
||||
Title string
|
||||
Type string
|
||||
Instance string
|
||||
Statuses []*mastodon.Status
|
||||
NextLink string
|
||||
PrevLink string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue