Support for sending formatting messages
This commit is contained in:
parent
42e13aedcd
commit
9bfbee464b
65 changed files with 1762 additions and 371 deletions
|
@ -62,6 +62,7 @@ export class SettingsChannel extends EventEmitter {
|
|||
this.installCallback('isPrimary');
|
||||
this.installCallback('syncRequest');
|
||||
this.installCallback('isPhoneNumberSharingEnabled');
|
||||
this.installCallback('isFormattingFlagEnabled');
|
||||
this.installCallback('shouldShowStoriesSettings');
|
||||
|
||||
// Getters only. These are set by the primary device
|
||||
|
@ -87,6 +88,7 @@ export class SettingsChannel extends EventEmitter {
|
|||
this.installSetting('spellCheck', {
|
||||
isEphemeral: true,
|
||||
});
|
||||
this.installSetting('textFormatting');
|
||||
|
||||
this.installSetting('autoDownloadUpdate');
|
||||
this.installSetting('autoLaunch');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue