chore: bump version

This commit is contained in:
2026-06-04 09:06:00 +07:00
parent ec337b8756
commit b6b47a22bf
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 1
versionName = "0.1.5"
versionName = "0.1.6"
}
packaging {
resources {

View File

@@ -599,7 +599,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, "14")
val filter = Filter().kind(kind).author(userPubkey).customTags(kTag, listOf("14", "dm"))
val events = client?.database()?.query(filter)
// Collect rooms