mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Downgrade warning log during backup creation.
This commit is contained in:
committed by
jeffrey-signal
parent
123b88e032
commit
a8e65619d9
@@ -3868,8 +3868,8 @@ class AttachmentTable(
|
||||
}
|
||||
}
|
||||
|
||||
data class CreateRemoteKeyResult(val totalCount: Int, val notQuoteOrSickerDupeNotFoundCount: Int, val notQuoteOrSickerDupeFoundCount: Int) {
|
||||
val unexpectedKeyCreation = notQuoteOrSickerDupeFoundCount > 0 || notQuoteOrSickerDupeNotFoundCount > 0
|
||||
data class CreateRemoteKeyResult(val totalCount: Int, val notQuoteOrStickerDupeNotFoundCount: Int, val notQuoteOrStickerDupeFoundCount: Int) {
|
||||
val unexpectedKeyCreation = notQuoteOrStickerDupeFoundCount > 0 || notQuoteOrStickerDupeNotFoundCount > 0
|
||||
}
|
||||
|
||||
class DebugArchiveMediaInfo(
|
||||
|
||||
Reference in New Issue
Block a user