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