Use storage service for call links
This commit is contained in:
parent
50447b7686
commit
5a75246e42
23 changed files with 583 additions and 50 deletions
|
@ -54,6 +54,7 @@ function getCallLink(overrideProps: Partial<CallLinkType> = {}): CallLinkType {
|
|||
restrictions: CallLinkRestrictions.None,
|
||||
revoked: false,
|
||||
expiration: Date.now() + 30 * 24 * 60 * 60 * 1000,
|
||||
storageNeedsSync: false,
|
||||
...overrideProps,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue