|
|
|
@ -10,7 +10,7 @@ import {
|
|
|
|
|
import { BlockedNumberController, UserUtil } from '../../../util';
|
|
|
|
|
import { MultiDeviceProtocol } from '../../../session/protocols';
|
|
|
|
|
import { PubKey } from '../../../session/types';
|
|
|
|
|
import { NumberUtils, ToastUtils } from '../../../session/utils';
|
|
|
|
|
import { ToastUtils } from '../../../session/utils';
|
|
|
|
|
|
|
|
|
|
export enum SessionSettingCategory {
|
|
|
|
|
Appearance = 'appearance',
|
|
|
|
@ -444,35 +444,6 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'message-ttl',
|
|
|
|
|
title: window.i18n('messageTTL'),
|
|
|
|
|
description: window.i18n('messageTTLSettingDescription'),
|
|
|
|
|
// TODO: Revert
|
|
|
|
|
// TTL set to 2 days for mobile push notification compabability
|
|
|
|
|
// temporary fix .t 13/07/2020
|
|
|
|
|
//
|
|
|
|
|
// TODO: Hook up this TTL to message sending when re-enabling.
|
|
|
|
|
// This setting is not used in any libsession sending code
|
|
|
|
|
hidden: true,
|
|
|
|
|
type: SessionSettingType.Slider,
|
|
|
|
|
category: SessionSettingCategory.Privacy,
|
|
|
|
|
setFn: undefined,
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
content: {
|
|
|
|
|
dotsEnabled: true,
|
|
|
|
|
step: 6,
|
|
|
|
|
min: 12,
|
|
|
|
|
max: 96,
|
|
|
|
|
defaultValue: NumberUtils.msAsUnit(
|
|
|
|
|
window.CONSTANTS.TTL_DEFAULT_REGULAR_MESSAGE,
|
|
|
|
|
'hour'
|
|
|
|
|
),
|
|
|
|
|
info: (value: number) => `${value} Hours`,
|
|
|
|
|
},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'zoom-factor-setting',
|
|
|
|
|
title: window.i18n('zoomFactorSettingTitle'),
|
|
|
|
|