Update libsignal to 0.62.0
This commit is contained in:
parent
b347a628b3
commit
c123218e7f
4 changed files with 92 additions and 8 deletions
|
@ -465,7 +465,9 @@ export class BackupExportStream extends Readable {
|
|||
)
|
||||
: null,
|
||||
expireTimerVersion: attributes.expireTimerVersion,
|
||||
muteUntilMs: getSafeLongFromTimestamp(attributes.muteExpiresAt),
|
||||
muteUntilMs: attributes.muteExpiresAt
|
||||
? getSafeLongFromTimestamp(attributes.muteExpiresAt)
|
||||
: null,
|
||||
markedUnread: attributes.markedUnread === true,
|
||||
dontNotifyForMentionsIfMuted:
|
||||
attributes.dontNotifyForMentionsIfMuted === true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue