bring member validity period back to 1h

This commit is contained in:
Bruno Windels 2022-10-06 16:10:50 +02:00
parent a8ac504efd
commit a07be730f9

View File

@ -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