From 228ddbbea1d21ec8fbef91f8032137ad0d1b161b Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Sun, 29 Mar 2026 20:12:17 +0200 Subject: [PATCH] Place holder for where the syncNostrEventRequest will go --- .../compose/database/repository/DatabaseNostrRepository.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composeApp/src/commonMain/kotlin/ac/aux/compose/database/repository/DatabaseNostrRepository.kt b/composeApp/src/commonMain/kotlin/ac/aux/compose/database/repository/DatabaseNostrRepository.kt index 591c607c..f41e97e1 100644 --- a/composeApp/src/commonMain/kotlin/ac/aux/compose/database/repository/DatabaseNostrRepository.kt +++ b/composeApp/src/commonMain/kotlin/ac/aux/compose/database/repository/DatabaseNostrRepository.kt @@ -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 + } } }