mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-10 12:59:51 +02:00
Fix: Removes kind 30078 from search
This commit is contained in:
parent
4b79122899
commit
6fd5f36ff5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user