Skip to content

Commit 4df6020

Browse files
committed
add can_see_primary_country_in_settings to user search results
1 parent e63844d commit 4df6020

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
@@ -8,6 +8,7 @@ export const Users = t.type({
88
position: t.number,
99
user: excess(
1010
t.type({
11+
can_see_primary_country_in_settings: t.boolean,
1112
full_name: t.string,
1213
has_anonymous_profile_picture: t.boolean,
1314
is_private: t.boolean,

0 commit comments

Comments
 (0)