mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 21:57:17 +00:00
Update backup integration tests.
This commit is contained in:
@@ -394,7 +394,7 @@ private fun BackupMessageRecord.toBasicChatItemBuilder(selfRecipientId: Recipien
|
||||
expiresInMs = if (record.expiresIn > 0) record.expiresIn else 0
|
||||
revisions = emptyList()
|
||||
sms = record.type.isSmsType()
|
||||
if (record.type.isDirectionlessType()) {
|
||||
if (record.type.isDirectionlessType() || record.messageExtras?.gv2UpdateDescription != null) {
|
||||
directionless = ChatItem.DirectionlessMessageDetails()
|
||||
} else if (MessageTypes.isOutgoingMessageType(record.type) || record.fromRecipientId == selfRecipientId.toLong()) {
|
||||
outgoing = ChatItem.OutgoingMessageDetails(
|
||||
|
||||
Reference in New Issue
Block a user