Skip to content

Commit

Permalink
Merge pull request #119 from mattn/delete-ok
Browse files Browse the repository at this point in the history
return OK for deletion
  • Loading branch information
mattn authored Jul 17, 2024
2 parents d8fa9b0 + d1bfb5a commit 3d04ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func (s *Server) doEvent(ctx context.Context, ws *WebSocket, request []json.RawM
}
}
}
ws.WriteJSON(nostr.OKEnvelope{EventID: evt.ID, OK: true})
return ""
}

Expand Down

0 comments on commit 3d04ee4

Please sign in to comment.