mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 08:38:50 +00:00
nip19: remove note1.
This commit is contained in:
4
nip27.ts
4
nip27.ts
@@ -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
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user