From 055856d9ac7f4869242495b7f3c690c53dee5fdd Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 14 Jul 2020 15:48:09 +1000 Subject: [PATCH] note-for-reenabling-sessionsettings --- ts/components/session/settings/SessionSettings.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts/components/session/settings/SessionSettings.tsx b/ts/components/session/settings/SessionSettings.tsx index 4f9e98042..3b4076da0 100644 --- a/ts/components/session/settings/SessionSettings.tsx +++ b/ts/components/session/settings/SessionSettings.tsx @@ -445,6 +445,9 @@ export class SettingsView extends React.Component { // 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,