|
|
|
@ -406,6 +406,30 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
defaultValue: 24,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'read-receipt-setting',
|
|
|
|
|
title: window.i18n('readReceiptSettingTitle'),
|
|
|
|
|
description: window.i18n('readReceiptSettingDescription'),
|
|
|
|
|
hidden: false,
|
|
|
|
|
type: SessionSettingType.Toggle,
|
|
|
|
|
category: SessionSettingCategory.Privacy,
|
|
|
|
|
setFn: undefined,
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
content: {},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'typing-indicators-setting',
|
|
|
|
|
title: window.i18n('typingIndicatorsSettingTitle'),
|
|
|
|
|
description: window.i18n('typingIndicatorsSettingDescription'),
|
|
|
|
|
hidden: false,
|
|
|
|
|
type: SessionSettingType.Toggle,
|
|
|
|
|
category: SessionSettingCategory.Privacy,
|
|
|
|
|
setFn: undefined,
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
content: {},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'set-password',
|
|
|
|
|
title: window.i18n('setAccountPasswordTitle'),
|
|
|
|
|