types.go
changeset 236 5b87cc73ed97
parent 232 de13b1d39099
child 239 ca5639b4768e
--- a/types.go	Wed Sep 05 22:55:20 2018 +0200
+++ b/types.go	Thu Sep 06 00:23:40 2018 +0200
@@ -197,7 +197,7 @@
 type Results struct {
 	Accounts []Account `json:"accounts"`
 	Statuses []Status  `json:"statuses"`
-	Hashtags []string  `json:"hashtags"`
+	Hashtags []Tag     `json:"hashtags"`
 }
 
 // Status represents a Mastodon status entity