[Show the downloaded images to files even if not renderable Adrian Georgescu **20240724134324 Ignore-this: fd1478c7c60eadb030c9456862e01115cad676a4e2fd434d588331781beac9cf425d7d8489046225 ] hunk ./blink/chatwindow.py 3077 - return None - - for image in image_descriptors: - image_data = base64.b64encode(image.thumbnail.data).decode() - content = ''''''.format(image.fileurl, image.thumbnail.type, image_data) + content = '' + else: + for image in image_descriptors: + image_data = base64.b64encode(image.thumbnail.data).decode() + content = ''''''.format(image.fileurl, image.thumbnail.type, image_data)