fix wrong tag content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user