mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Add remote timeline
This commit is contained in:
parent
eca0366c21
commit
ac342dde07
7 changed files with 45 additions and 14 deletions
|
@ -52,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