@ -839,6 +839,7 @@ def handle_join(data):
username = data.get('username', 'Gość')
join_room(room)
emit('user_joined', {'username': username}, to=room)
emit('joined_confirmation', {'room': room})
@socketio.on('add_item')
def handle_add_item(data):
The note is not visible to the blocked user.