Add todo on active jobs

This commit is contained in:
Kgothatso Ngako
2026-03-30 01:18:35 +02:00
parent 63c2530075
commit 7877c29e52

View File

@@ -161,6 +161,7 @@ class NavigationViewModel(
urlString = synchronizeNostrEventRequest.relayURL
)
// TODO: don't make a new sync job if there's an active job?
syncingJobs[synchronizeNostrEventRequest.relayURL] = scope.launch {
val filterRequest = OptimizedJsonMapper.toJson(reqCommand)
logger.d("Syncing: $filterRequest")