Skip to content

Fix crash when loading some chats with video.

Julien Wadel requested to merge fix/chat_crash into master

Detect video availability when building the thumbnail in order to avoid playing all the file while waiting of a frame. Fix image type detection from Mime (appimage was detected as an image and Qt considered compressed file as a readable image)

Merge request reports