@@ -299,6 +299,8 @@ def connection_check():
response = send("connection_check")
if response == "received":
return True
else:
return False
except ConnectionRefusedError:
except BrokenPipeError:
The note is not visible to the blocked user.