Support phone number sharing flag on profile
This commit is contained in:
parent
23f39a0dc7
commit
d71da5c486
16 changed files with 155 additions and 33 deletions
|
@ -674,6 +674,7 @@ export type ProfileRequestDataType = {
|
|||
commitment: string;
|
||||
name: string;
|
||||
paymentAddress: string | null;
|
||||
phoneNumberSharing: string | null;
|
||||
version: string;
|
||||
};
|
||||
|
||||
|
@ -706,6 +707,7 @@ export type ProfileType = Readonly<{
|
|||
about?: string;
|
||||
aboutEmoji?: string;
|
||||
avatar?: string;
|
||||
phoneNumberSharing?: string;
|
||||
unidentifiedAccess?: string;
|
||||
unrestrictedUnidentifiedAccess?: string;
|
||||
uuid?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue