@ -42,7 +42,7 @@ class Model:
async def send_state(self, clientid):
# TODO: compute state, send to client
data = {"message": "nudes"}
for socket in self.sockets[clientid]
for socket in self.sockets[clientid]:
socket.send_json(data)
def save(self):
The note is not visible to the blocked user.