mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-29 12:53:35 +01:00
Update electron to 15.3.0
This commit is contained in:
@@ -43,7 +43,7 @@ export function processAttachment(
|
||||
}
|
||||
|
||||
const { cdnId } = attachment;
|
||||
const hasCdnId = cdnId instanceof Long ? !cdnId.isZero() : Boolean(cdnId);
|
||||
const hasCdnId = Long.isLong(cdnId) ? !cdnId.isZero() : Boolean(cdnId);
|
||||
|
||||
return {
|
||||
...shallowDropNull(attachment),
|
||||
|
||||
Reference in New Issue
Block a user