Async refresh call links on CallLinkUpdate sync
This commit is contained in:
parent
cd2bb537fa
commit
32485abf06
5 changed files with 45 additions and 56 deletions
|
@ -17,7 +17,10 @@ import {
|
|||
} from '../types/CallDisposition';
|
||||
import { DAY } from './durations';
|
||||
|
||||
export const CALL_LINK_DEFAULT_STATE: Partial<CallLinkType> = {
|
||||
export const CALL_LINK_DEFAULT_STATE: Pick<
|
||||
CallLinkType,
|
||||
'name' | 'restrictions' | 'revoked' | 'expiration' | 'storageNeedsSync'
|
||||
> = {
|
||||
name: '',
|
||||
restrictions: CallLinkRestrictions.Unknown,
|
||||
revoked: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue