multiple fixes and adjustments until it compiles and runs.

This commit is contained in:
fiatjaf
2024-01-07 21:18:53 -03:00
parent 7f0bb418b6
commit a7325ea795
26 changed files with 220 additions and 280 deletions

View File

@@ -4,7 +4,6 @@ import (
_ "embed"
"github.com/nbd-wtf/go-nostr/nip11"
sdk "github.com/nbd-wtf/nostr-sdk"
"github.com/tylermmorton/tmpl"
)
@@ -48,7 +47,7 @@ type RSSPage struct {
// for the profile RSS
Npub string
Metadata sdk.ProfileMetadata
Metadata Metadata
// for the relay RSS
RelayHostname string