From 11ea3b4d47a732fe1c6abc39ce452f899f70859f Mon Sep 17 00:00:00 2001 From: r Date: Mon, 5 Feb 2024 13:08:23 +0000 Subject: Add inline follow/unfollow buttons on follow list page --- renderer/model.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'renderer/model.go') diff --git a/renderer/model.go b/renderer/model.go index e43279d..59b0059 100644 --- a/renderer/model.go +++ b/renderer/model.go @@ -99,12 +99,11 @@ type NotificationData struct { type UserData struct { *CommonData - User *mastodon.Account - IsCurrent bool - Type string - Users []*mastodon.Account - Statuses []*mastodon.Status - NextLink string + User *mastodon.Account + Type string + Users []*mastodon.Account + Statuses []*mastodon.Status + NextLink string } type UserSearchData struct { -- cgit v1.2.3