Add remote timeline

This commit is contained in:
r 2021-01-23 08:44:05 +00:00
parent eca0366c21
commit ac342dde07
7 changed files with 45 additions and 14 deletions

View file

@ -52,6 +52,8 @@ type RootData struct {
type TimelineData struct {
*CommonData
Title string
Type string
Instance string
Statuses []*mastodon.Status
NextLink string
PrevLink string