We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Search
1 parent e886410 commit 35cad26Copy full SHA for 35cad26
1 file changed
src/mastodon/entities/v2/search.ts
@@ -10,5 +10,5 @@ export interface Search {
10
/** Statuses which match the given query */
11
statuses: Status[];
12
/** Hashtags which match the given query */
13
- hashtags: Tag;
+ hashtags: Tag[];
14
}
0 commit comments