Fix profile update backup export check.

This commit is contained in:
Greyson Parrelli
2025-01-29 16:01:47 -05:00
parent d35ec54c5c
commit 2f5aa92960

View File

@@ -280,11 +280,6 @@ class ChatItemArchiveExporter(
continue
}
if (record.fromRecipientId == selfRecipientId.toLong()) {
Log.w(TAG, ExportSkips.profileChangeFromSelf(record.dateSent))
continue
}
builder.updateMessage = record.toRemoteProfileChangeUpdate() ?: continue
transformTimer.emit("profile-change")
}