diff --git a/hostr/cmd/deploy/nostr.go b/hostr/cmd/deploy/nostr.go index b46e6b4..8320bac 100644 --- a/hostr/cmd/deploy/nostr.go +++ b/hostr/cmd/deploy/nostr.go @@ -137,3 +137,7 @@ func getReplaceableIdentifier(indexHtmlIdentifier, filePath string) string { } var nostrEventsQueue []*nostr.Event + +func addNostrEventQueue(event *nostr.Event) { + nostrEventsQueue = append(nostrEventsQueue, event) +}