mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-17 06:44:28 +01:00
nevent以外にアクセスするとnot foundが買える問題を解決
This commit is contained in:
@@ -45,6 +45,8 @@ func Start(port string) {
|
||||
|
||||
ids = append(ids, data.ID)
|
||||
allRelays = append(allRelays, data.Relays...)
|
||||
} else {
|
||||
ids = append(ids, hexOrNevent)
|
||||
}
|
||||
|
||||
// Poolからデータを取得する
|
||||
|
||||
Reference in New Issue
Block a user