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,