mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Remove internal-only crash during archive status reset.
This commit is contained in:
committed by
Jeffrey Starke
parent
2148eb8760
commit
cfa96f4737
@@ -135,9 +135,6 @@ class ArchiveAttachmentReconciliationJob private constructor(
|
||||
val success = SignalDatabase.attachments.resetArchiveTransferStateByPlaintextHashAndRemoteKey(entry.plaintextHash, entry.remoteKey)
|
||||
if (!success) {
|
||||
Log.e(TAG, "Failed to reset archive transfer state by remote hash/key!")
|
||||
if (RemoteConfig.internalUser) {
|
||||
throw RuntimeException("Failed to reset archive transfer state by remote hash/key!")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user