nip19: remove note1.

This commit is contained in:
Asai Toshiya
2024-11-19 23:22:26 +09:00
committed by fiatjaf_
parent 43ce7f9377
commit b22e2465cc
6 changed files with 29 additions and 57 deletions

View File

@@ -44,8 +44,8 @@ export function* matchAll(content: string): Iterable<NostrURIMatch> {
* switch(decoded.type) {
* case 'npub':
* return renderMention(decoded)
* case 'note':
* return renderNote(decoded)
* case 'nevent':
* return renderEvent(decoded)
* default:
* return value
* }