Support for global.messageQueueTimeInSeconds
This commit is contained in:
parent
568c09c579
commit
f5257ed5a9
11 changed files with 57 additions and 31 deletions
|
@ -15,7 +15,6 @@ import {
|
|||
type CallHistoryDetails,
|
||||
CallMode,
|
||||
} from '../types/CallDisposition';
|
||||
import { DAY } from './durations';
|
||||
|
||||
export const CALL_LINK_DEFAULT_STATE: Pick<
|
||||
CallLinkType,
|
||||
|
@ -28,8 +27,6 @@ export const CALL_LINK_DEFAULT_STATE: Pick<
|
|||
storageNeedsSync: false,
|
||||
};
|
||||
|
||||
export const CALL_LINK_DELETED_STORAGE_RECORD_TTL = 30 * DAY;
|
||||
|
||||
export function getKeyFromCallLink(callLink: string): string {
|
||||
const url = new URL(callLink);
|
||||
if (url == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue