PNP Settings
This commit is contained in:
parent
5bcf71ef2c
commit
5d110964b9
27 changed files with 562 additions and 149 deletions
|
@ -67,8 +67,6 @@ export class SettingsChannel extends EventEmitter {
|
|||
// Getters only. These are set by the primary device
|
||||
this.installSetting('blockedCount', { setter: false });
|
||||
this.installSetting('linkPreviewSetting', { setter: false });
|
||||
this.installSetting('phoneNumberDiscoverabilitySetting', { setter: false });
|
||||
this.installSetting('phoneNumberSharingSetting', { setter: false });
|
||||
this.installSetting('readReceiptSetting', { setter: false });
|
||||
this.installSetting('typingIndicatorSetting', { setter: false });
|
||||
|
||||
|
@ -109,6 +107,9 @@ export class SettingsChannel extends EventEmitter {
|
|||
this.installSetting('hasStoriesDisabled');
|
||||
this.installSetting('zoomFactor');
|
||||
|
||||
this.installSetting('phoneNumberDiscoverabilitySetting');
|
||||
this.installSetting('phoneNumberSharingSetting');
|
||||
|
||||
installPermissionsHandler({ session, userConfig });
|
||||
|
||||
// These ones are different because its single source of truth is userConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue