If preview generation fails for a file there is no fallback mimetype icon #760
Open
Description
The activity app is not very forgiving to thumbnail errors. It basically only checks if the mimetype is supported and not whether the actual preview could be generated.
Lines 254 to 257 in cf196a2
activity/lib/Controller/APIv2Controller.php
Lines 378 to 386 in 8481eb8
I guess it should do something like:
https://github.com/nextcloud/spreed/blob/2463190ded52085a0f317dc5b057253aadaa5be4/src/components/MessagesList/MessagesGroup/Message/MessagePart/FilePreview.vue#L404-L412
_Originally posted by @nickvergessen in nextcloud/server#36304
Activity