Skip to content

Commit 7f8a4b6

Browse files
author
Tom J
committed
remove photo_circle | #1665
1 parent 1966e3d commit 7f8a4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/js/common/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export namespace R { // responses
152152
export type FcMsgUpload = { short: string, admin_code: string };
153153
export type FcLinkMsg = { expire: string, deleted: boolean, url: string, expired: boolean };
154154
export type FcLinkMe$profile = {
155-
alias: string | null, name: string | null, photo: string | null, photo_circle: boolean, intro: string | null, web: string | null,
155+
alias: string | null, name: string | null, photo: string | null, intro: string | null, web: string | null,
156156
phone: string | null, token: string | null, subscription_level: string | null, subscription_method: string | null, email: string | null
157157
};
158158
export type FcLinkMe = { profile: null | FcLinkMe$profile };

0 commit comments

Comments
 (0)