Fix: Removes kind 30078 from search
This commit is contained in:
@@ -36,6 +36,8 @@ class AppSpecificDataEvent(
|
|||||||
content: String,
|
content: String,
|
||||||
sig: HexKey,
|
sig: HexKey,
|
||||||
) : BaseAddressableEvent(id, pubKey, createdAt, KIND, tags, content, sig) {
|
) : BaseAddressableEvent(id, pubKey, createdAt, KIND, tags, content, sig) {
|
||||||
|
override fun isContentEncoded() = true
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val KIND = 30078
|
const val KIND = 30078
|
||||||
const val ALT = "Arbitrary app data"
|
const val ALT = "Arbitrary app data"
|
||||||
|
|||||||
Reference in New Issue
Block a user