Fix: Removes kind 30078 from search

This commit is contained in:
Vitor Pamplona 2025-03-17 20:22:11 -04:00
parent 4b79122899
commit 6fd5f36ff5

View File

@ -36,6 +36,8 @@ class AppSpecificDataEvent(
content: String,
sig: HexKey,
) : BaseAddressableEvent(id, pubKey, createdAt, KIND, tags, content, sig) {
override fun isContentEncoded() = true
companion object {
const val KIND = 30078
const val ALT = "Arbitrary app data"