From a07be730f94bc290df5b65af345e33f73ee05e2f Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:10:50 +0200 Subject: [PATCH] bring member validity period back to 1h --- src/matrix/calls/common.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/matrix/calls/common.ts b/src/matrix/calls/common.ts index dde55ddc..015e0df8 100644 --- a/src/matrix/calls/common.ts +++ b/src/matrix/calls/common.ts @@ -59,5 +59,4 @@ export class MuteSettings { } export const CALL_LOG_TYPE = "call"; -//export const CALL_MEMBER_VALIDITY_PERIOD_MS = 3600 * 1000; // 1h -export const CALL_MEMBER_VALIDITY_PERIOD_MS = 60 * 1000; +export const CALL_MEMBER_VALIDITY_PERIOD_MS = 3600 * 1000; // 1h