diff options
Diffstat (limited to 'renderer')
-rw-r--r-- | renderer/model.go | 11 |
1 files changed, 5 insertions, 6 deletions
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 { |