Properly order attachment archive copies.

This commit is contained in:
Greyson Parrelli
2025-06-06 14:22:53 -04:00
parent 9860b990e5
commit 6edfcfdc4e
10 changed files with 131 additions and 25 deletions

View File

@@ -1466,7 +1466,7 @@ object BackupRepository {
)
}
private suspend fun getPaidType(): MessageBackupsType.Paid? {
suspend fun getPaidType(): MessageBackupsType.Paid? {
val productPrice: FiatMoney? = if (SignalStore.backup.backupTierInternalOverride == MessageBackupTier.PAID) {
Log.d(TAG, "Accessing price via mock subscription.")
RecurringInAppPaymentRepository.getActiveSubscriptionSync(InAppPaymentSubscriberRecord.Type.BACKUP).getOrNull()?.activeSubscription?.let {