fix: no member in room (#8)

Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/8
This commit is contained in:
2026-06-01 02:53:56 +00:00
parent a3ab489d44
commit b7c5b64022
2 changed files with 5 additions and 2 deletions
@@ -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