Fix importing call links with max expiration time
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
parent
f43e98041d
commit
227d80e441
1 changed files with 1 additions and 1 deletions
|
@ -1179,7 +1179,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…
Reference in a new issue