Place holder for where the syncNostrEventRequest will go

This commit is contained in:
Kgothatso Ngako
2026-03-29 20:12:17 +02:00
parent 82f3a9cfc1
commit 228ddbbea1

View File

@@ -74,6 +74,10 @@ class DatabaseNostrRepository(
} else if (unsignedNostrEvent.kind == 0 ) {
// Look busy for the onboarding screen
delay(3_500)
if (unsignedNostrEvent.signedAt != null) {
// Submit a SyncNostrEventRequest
}
}
}