mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Update attachment backfill proto.
This commit is contained in:
committed by
Cody Henthorne
parent
e2961a3f6f
commit
7c9cd8964f
@@ -1,5 +1,6 @@
|
||||
package org.thoughtcrime.securesms
|
||||
|
||||
import org.thoughtcrime.securesms.util.RemoteConfig
|
||||
import org.whispersystems.signalservice.api.account.AccountAttributes
|
||||
|
||||
object AppCapabilities {
|
||||
@@ -13,7 +14,8 @@ object AppCapabilities {
|
||||
storage = storageCapable,
|
||||
deleteSync = true,
|
||||
versionedExpirationTimer = true,
|
||||
storageServiceEncryptionV2 = true
|
||||
storageServiceEncryptionV2 = true,
|
||||
attachmentBackfill = RemoteConfig.attachmentBackfillSync
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user