@@ -56,7 +56,6 @@ def post(post_id):
@app.route('/file/<path:filename>')
def serve_image(filename):
folder_path = tasks.find_file(filename, FILE_FOLDERS)
print(filename, FILE_FOLDERS)
if folder_path == None:
return make_response("Not found", 404)
else:
The note is not visible to the blocked user.