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