1
0
mirror of git://jb55.com/damus synced 2024-09-18 19:23:49 +00:00

add nostr event 27235 (nip-98)

Closes: https://github.com/damus-io/damus/pull/1471
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
Fishcake 2023-08-20 10:08:56 +09:00 committed by William Casarin
parent ae2f7255a7
commit 1432087edf
2 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,8 @@ class HomeModel {
break
case .nwc_response:
handle_nwc_response(ev, relay: relay_id)
case .http_auth:
break
}
}

View File

@ -23,4 +23,5 @@ enum NostrKind: UInt32, Codable {
case zap_request = 9734
case nwc_request = 23194
case nwc_response = 23195
case http_auth = 27235
}