feat: support kind 20
This commit is contained in:
parent
4205e32d0f
commit
4343765aba
30 changed files with 1221 additions and 712 deletions
|
|
@ -14,3 +14,8 @@ export const BIG_RELAY_URLS = [
|
|||
]
|
||||
|
||||
export const SEARCHABLE_RELAY_URLS = ['wss://relay.nostr.band/', 'wss://search.nos.today/']
|
||||
|
||||
export const PICTURE_EVENT_KIND = 20
|
||||
export const COMMENT_EVENT_KIND = 1111
|
||||
|
||||
export const URL_REGEX = /(https?:\/\/[^\s"']+)/g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue