Fix run post transaction hooks not running during storage sync.

This commit is contained in:
Cody Henthorne
2026-09-04 13:06:11 -04:00
parent 9bc9c510b3
commit 30e2c3e57d
@@ -257,7 +257,7 @@ class StorageSyncJob private constructor(parameters: Parameters, private var loc
@Throws(IOException::class, RetryLaterException::class, InvalidKeyException::class)
private fun performSync(storageServiceKey: StorageKey): Boolean {
val stopwatch = Stopwatch("StorageSync")
val db = SignalDatabase.rawDatabase
val db = SignalDatabase.writableDatabase
val repository = StorageServiceService(SignalNetwork.storageService)
val localManifest = SignalStore.storageService.manifest