mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 10:11:39 +01:00
bring member validity period back to 1h
This commit is contained in:
parent
a8ac504efd
commit
a07be730f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user