diff sat/plugins/plugin_xep_0264.py @ 3709:09f5ac48ffe3

merge bookmark @
author Goffi <goffi@goffi.org>
date Fri, 12 Nov 2021 17:21:24 +0100
parents 2dab494e56fc
children 524856bd7b19
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0264.py	Mon Sep 27 08:29:09 2021 +0200
+++ b/sat/plugins/plugin_xep_0264.py	Fri Nov 12 17:21:24 2021 +0100
@@ -73,7 +73,10 @@
     SIZE_MEDIUM = (640, 640)
     SIZE_BIG = (1280, 1280)
     SIZE_FULL_SCREEN = (2560, 2560)
-    SIZES = (SIZE_SMALL, SIZE_MEDIUM, SIZE_FULL_SCREEN)
+    # FIXME: SIZE_FULL_SCREEN is currently discarded as the resulting files are too big
+    # for BoB
+    # TODO: use an other mechanism than BoB for bigger files
+    SIZES = (SIZE_SMALL, SIZE_MEDIUM, SIZE_BIG)
 
     def __init__(self, host):
         log.info(_("Plugin XEP_0264 initialization"))