Skip to content

Commit

Permalink
Merge pull request #42 from studiokaiji/fix-not-found-hex-event
Browse files Browse the repository at this point in the history
nevent以外にアクセスするとnot foundが買える問題を解決
  • Loading branch information
studiokaiji authored Oct 11, 2023
2 parents 634fb78 + 4afab39 commit ff3b53d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hostr/cmd/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ func Start(port string) {

ids = append(ids, data.ID)
allRelays = append(allRelays, data.Relays...)
} else {
ids = append(ids, hexOrNevent)
}

// Poolからデータを取得する
Expand Down

0 comments on commit ff3b53d

Please sign in to comment.