changeset bb9d8ff387ef in /home/hg/repos/gajim-plugins
author: lovetox <[email protected]>
branches:
details:gajim-plugins?cmd=changeset;node=bb9d8ff387ef
description: Add .bmp to accepted images for preview
diffstat:
url_image_preview/url_image_preview.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5a7484b789c8 -r bb9d8ff387ef url_image_preview/url_image_preview.py
--- a/url_image_preview/url_image_preview.py Wed Sep 07 22:07:07 2016 +0200
+++ b/url_image_preview/url_image_preview.py Wed Sep 07 22:08:14 2016 +0200
@@ -50,7 +50,7 @@
decryption_available = False
ACCEPTED_MIME_TYPES = ('image/png', 'image/jpeg', 'image/gif', 'image/raw',
- 'image/svg+xml')
+ 'image/svg+xml', 'image/x-ms-bmp')
class UrlImagePreviewPlugin(GajimPlugin):
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits