mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Support phone number sharing flag on profile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user