possibly...but without details and timeline I can't make a concrete assertion about it. Think about it...mozilla browsers save a huge cache on the system disk so most webpage graphics are saved until they time out. Why would google chat be any different? You need to put on your computer forensics hat and go dumpster diving.Is there any way to recover a deleted image that was displayed in something like Google chat?
Would that image still remain in the computer's cache somewhere?
What then?/home/$user/.cache/chromium/Default/Cache/Cache_Data/
find . -type f \( \
-iname "*.jpg" -o \
-iname "*.jpeg" -o \
-iname "*.png" -o \
-iname "*.gif" -o \
-iname "*.bmp" -o \
-iname "*.tif" -o \
-iname "*.tiff" -o \
-iname "*.webp" -o \
-iname "*.heic" \
\)
SorryWhat then?
I have thousands of files in this directory.