From db8be7eb6bb5bcaa9148d0228f96fe1e0189a382 Mon Sep 17 00:00:00 2001 From: Ren Amamiya Date: Mon, 1 Jun 2026 09:29:45 +0700 Subject: [PATCH] fix wrong tag content --- shared/src/commonMain/kotlin/su/reya/coop/Nostr.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/commonMain/kotlin/su/reya/coop/Nostr.kt b/shared/src/commonMain/kotlin/su/reya/coop/Nostr.kt index c56555c..e098895 100644 --- a/shared/src/commonMain/kotlin/su/reya/coop/Nostr.kt +++ b/shared/src/commonMain/kotlin/su/reya/coop/Nostr.kt @@ -596,7 +596,7 @@ class Nostr { val kTag = SingleLetterTag.lowercase(Alphabet.K) // Get all events sent by the user - val filter = Filter().kind(kind).author(userPubkey).customTag(kTag, "dm") + val filter = Filter().kind(kind).author(userPubkey).customTag(kTag, "14") val events = client?.database()?.query(filter) // Collect rooms