add NIP90 status events, update NIP90 feeds based on request id

This commit is contained in:
Believethehype
2024-05-15 12:06:12 +02:00
parent f09b00ff01
commit 142aca40ce
11 changed files with 366 additions and 36 deletions

View File

@@ -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,