From e05a1250def6b43b64a555364cd91f13ab9d92b9 Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Mon, 22 Jun 2026 22:35:01 +0200 Subject: [PATCH] Add TODO: for ContactList --- .../commonMain/kotlin/at/torch/compose/database/dao/NostrDao.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composeApp/src/commonMain/kotlin/at/torch/compose/database/dao/NostrDao.kt b/composeApp/src/commonMain/kotlin/at/torch/compose/database/dao/NostrDao.kt index 9914d018..2e37ca7d 100644 --- a/composeApp/src/commonMain/kotlin/at/torch/compose/database/dao/NostrDao.kt +++ b/composeApp/src/commonMain/kotlin/at/torch/compose/database/dao/NostrDao.kt @@ -43,7 +43,7 @@ abstract class NostrDao( val profileEventKinds = arrayOf( MetadataEvent.KIND, -// ContactListEvent.KIND, +// ContactListEvent.KIND, // TODO: Might want to get contacts for the social graph... // ChatMessageRelayListEvent.KIND, KeyPackageEvent.KIND, KeyPackageRelayListEvent.KIND,