From 14bb18fbc7e6cdea57f27a44093d645d97bacb64 Mon Sep 17 00:00:00 2001 From: r Date: Thu, 26 Dec 2019 19:18:09 +0000 Subject: Add search page --- mastodon/mastodon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon/mastodon.go') diff --git a/mastodon/mastodon.go b/mastodon/mastodon.go index 8a8af6a..74fa0ff 100644 --- a/mastodon/mastodon.go +++ b/mastodon/mastodon.go @@ -336,7 +336,7 @@ type Emoji struct { type Results struct { Accounts []*Account `json:"accounts"` Statuses []*Status `json:"statuses"` - Hashtags []string `json:"hashtags"` + // Hashtags []string `json:"hashtags"` } // Pagination is a struct for specifying the get range. -- cgit v1.2.3