mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 05:03:28 +00:00
Fix profile update backup export check.
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user