Update attachment backfill proto.

This commit is contained in:
Greyson Parrelli
2025-03-21 15:09:45 -04:00
committed by Cody Henthorne
parent e2961a3f6f
commit 7c9cd8964f
5 changed files with 32 additions and 23 deletions

View File

@@ -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
)
}
}