Skip to content

Commit 7f0b08f

Browse files
committed
add profile_pic_url to hashtag search results
1 parent d20dabe commit 7f0b08f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/search.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const Hashtags = t.type({
5454
id: t.number,
5555
media_count: t.number,
5656
name: t.string,
57+
profile_pic_url: t.string,
5758
search_result_subtitle: t.string,
5859
use_default_avatar: t.boolean,
5960
}),

0 commit comments

Comments
 (0)