Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable support for image/png
Signed-off-by: Frank Lanitz <[email protected]>
  • Loading branch information
frlan committed Apr 10, 2020
commit 005726c31d9d2a8539a22663578e04d2710b7402
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Application extends App {
const APP_ID = 'photos';

const MIMES = [
// 'image/png', // too rarely used for photos
'image/png', // rarely used but still used #208
'image/jpeg',
// 'image/gif', // too rarely used for photos
// 'image/x-xbitmap', // too rarely used for photos
Expand Down