add missing return in repost protected clause.

This commit is contained in:
fiatjaf
2025-04-03 23:10:11 -03:00
parent 2ae219a34c
commit 2292ce4a30

View File

@@ -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