Fix nostr note parsing
This commit is contained in:
parent
3ace996a05
commit
fb1fc13329
2
main.go
2
main.go
|
@ -35,7 +35,7 @@ var (
|
||||||
`|nostter\.app\/` +
|
`|nostter\.app\/` +
|
||||||
`|coracle\.social\/` +
|
`|coracle\.social\/` +
|
||||||
`|satellite\.earth\/` +
|
`|satellite\.earth\/` +
|
||||||
`|nostrudel\.ninja\/(#\/n\/)?` +
|
`|nostrudel\.ninja\/(?:#\/n\/)?` +
|
||||||
`)((note|nevent)[a-zA-Z0-9]+)$`)
|
`)((note|nevent)[a-zA-Z0-9]+)$`)
|
||||||
NostrClients = []NostrClient{
|
NostrClients = []NostrClient{
|
||||||
// list from nostr.com
|
// list from nostr.com
|
||||||
|
|
Loading…
Reference in New Issue