mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-18 15:24:19 +01:00
addNostrEventQueueを移動
This commit is contained in:
@@ -137,3 +137,7 @@ func getReplaceableIdentifier(indexHtmlIdentifier, filePath string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var nostrEventsQueue []*nostr.Event
|
var nostrEventsQueue []*nostr.Event
|
||||||
|
|
||||||
|
func addNostrEventQueue(event *nostr.Event) {
|
||||||
|
nostrEventsQueue = append(nostrEventsQueue, event)
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user