From 40421e751b46663107517e33453c8840e95b21ff Mon Sep 17 00:00:00 2001 From: saint Date: Thu, 15 Aug 2024 01:28:31 +1000 Subject: [PATCH] v0.36.6 Disable TIFF support. Add other image formats. Reenable exception handling. --- gossamer_forums.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 4a5eda5..36d5e21 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -613,6 +613,7 @@ class GossamerForumsImporter < ImportScripts::Base # TEMPORARY!! if user[:id] > 353 import_user_files(discourse_user) + end end end