Add todo on active jobs
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user