From ce1680dfd050990d8f3e484b92eb0db350bc3f2c Mon Sep 17 00:00:00 2001 From: r Date: Sun, 21 Apr 2024 15:34:07 +0000 Subject: Make refresh button point to the first page on timeline --- renderer/model.go | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'renderer') diff --git a/renderer/model.go b/renderer/model.go index 3862976..59e7cb9 100644 --- a/renderer/model.go +++ b/renderer/model.go @@ -54,12 +54,13 @@ type RootData struct { type TimelineData struct { *CommonData - Title string - Type string - Instance string - Statuses []*mastodon.Status - NextLink string - PrevLink string + Title string + Type string + Instance string + Statuses []*mastodon.Status + NextLink string + PrevLink string + RefreshLink string } type ListsData struct { -- cgit v1.2.3