Merge branch 'vitorpamplona:main' into profiles-list-management

This commit is contained in:
KotlinGeekDev
2025-03-18 12:05:14 +00:00
committed by GitHub
68 changed files with 3138 additions and 1783 deletions
@@ -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"