@ -20,6 +20,9 @@ class MainHandler(tornado.web.RequestHandler):
endpoint = stream.url
except Exception as e:
self.write(str(e))
else:
if endpoint is None:
self.write("stream not found")
self.redirect(endpoint, status=303)
try:
The note is not visible to the blocked user.