From 041bd2d6f8d822f82ed10ea925e714b383db88d6 Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Mon, 22 Jun 2026 23:20:30 +0200 Subject: [PATCH] Sync the chat message relays --- .../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 2e37ca7d..f248ee8e 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 @@ -44,7 +44,7 @@ abstract class NostrDao( val profileEventKinds = arrayOf( MetadataEvent.KIND, // ContactListEvent.KIND, // TODO: Might want to get contacts for the social graph... -// ChatMessageRelayListEvent.KIND, + ChatMessageRelayListEvent.KIND, KeyPackageEvent.KIND, KeyPackageRelayListEvent.KIND, // AdvertisedRelayListEvent.KIND,