mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Commit a1b53c660e introduced a regression which caused images that were shown for sending confirmation as a file path + image not being passed to FileLoadTask in _image field, they were passed in the _information field instead. They were not sent in case the file path was not existing at the moment of processing. If the file path does not exist anymore read the image from _information and send it.