Merge branch 'master' into absolute_fluoride

This commit is contained in:
r 2021-01-30 04:13:22 +00:00
commit 9f34b60749
29 changed files with 883 additions and 1791 deletions

View file

@ -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