mirror of
https://github.com/aljazceru/khatru.git
synced 2026-02-06 13:44:19 +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