BIT-1939: Add collection IDs back to network response (#1059)

This commit is contained in:
David Perez
2024-02-23 11:12:20 -06:00
committed by Álison Fernandes
parent 206d25bb48
commit 0537ccde07
2 changed files with 13 additions and 6 deletions

View File

@@ -895,6 +895,7 @@ class VaultRepositoryImpl(
)
}
}
.map { it.copy(collectionIds = cipherView.collectionIds) }
.onSuccess {
// Save the send immediately, regardless of whether the decrypt succeeds
vaultDiskSource.saveCipher(userId = userId, cipher = it)