Revert "nip19: remove note1."

This reverts commit a8a805fb71.
This commit is contained in:
Asai Toshiya
2024-11-21 23:51:38 +09:00
committed by fiatjaf_
parent b22e2465cc
commit 2e85f7a5fe
6 changed files with 57 additions and 29 deletions

View File

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