mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
add NIP90 status events, update NIP90 feeds based on request id
This commit is contained in:
@@ -36,7 +36,7 @@ class NIP90StatusEvent(
|
||||
) : Event(id, pubKey, createdAt, KIND, tags, content, sig) {
|
||||
companion object {
|
||||
const val KIND = 7000
|
||||
const val ALT = "NIP90 Content Discovery reply"
|
||||
const val ALT = "NIP90 Status update"
|
||||
|
||||
fun create(
|
||||
signer: NostrSigner,
|
||||
|
||||
Reference in New Issue
Block a user