Fix importing call links with max expiration time
This commit is contained in:
parent
10eeb63776
commit
8b1ceaa1d7
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ export class BackupImportStream extends Writable {
|
||||||
name,
|
name,
|
||||||
restrictions: fromCallLinkRestrictionsProto(restrictions),
|
restrictions: fromCallLinkRestrictionsProto(restrictions),
|
||||||
revoked: false,
|
revoked: false,
|
||||||
expiration: expirationMs?.toNumber() || null,
|
expiration: getTimestampFromLong(expirationMs) || null,
|
||||||
storageNeedsSync: false,
|
storageNeedsSync: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue