mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-03-12 00:26:26 +01:00
add missing return in repost protected clause.
This commit is contained in:
@@ -200,6 +200,7 @@ func (rl *Relay) HandleWebsocket(w http.ResponseWriter, r *http.Request) {
|
||||
OK: false,
|
||||
Reason: "blocked: can't repost nip70 protected",
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
srl := rl
|
||||
|
||||
Reference in New Issue
Block a user