+ change poll interval to 1 sec
@@ -82,7 +82,7 @@ def get_update(path=None):
yield to_json_sse(msg)
if messages:
lastmsg = time.time()
gevent.sleep(5)
gevent.sleep(1)
else:
if time.time() > lastmsg + 30:
if not client.info():
The note is not visible to the blocked user.