migrate to new nostr library

This commit is contained in:
2025-11-23 08:15:06 +00:00
parent 86cf8b2e35
commit 1c376e6e8d
450 changed files with 840 additions and 65929 deletions

View File

@@ -6,9 +6,9 @@ import (
"github.com/nbd-wtf/go-nostr"
orlyEvent "next.orly.dev/pkg/encoders/event"
orlyFilter "next.orly.dev/pkg/encoders/filter"
orlyTag "next.orly.dev/pkg/encoders/tag"
orlyEvent "git.mleku.dev/mleku/nostr/encoders/event"
orlyFilter "git.mleku.dev/mleku/nostr/encoders/filter"
orlyTag "git.mleku.dev/mleku/nostr/encoders/tag"
)
// convertToNostrEvent converts an ORLY event to a go-nostr event