mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Fix importing call links with max expiration time
This commit is contained in:
@@ -1174,7 +1174,7 @@ export class BackupImportStream extends Writable {
|
||||
name,
|
||||
restrictions: fromCallLinkRestrictionsProto(restrictions),
|
||||
revoked: false,
|
||||
expiration: expirationMs?.toNumber() || null,
|
||||
expiration: getTimestampFromLong(expirationMs) || null,
|
||||
storageNeedsSync: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user