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