diff --git a/app/models/post.rb b/app/models/post.rb index d445030a1..fd76491d7 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -1648,7 +1648,7 @@ class Post < ApplicationRecord end def update_iqdb_async - if Post.iqdb_enabled? + if Post.iqdb_enabled? && has_preview? Post.iqdb_sqs_service.send_message("update\n#{id}\n#{preview_file_url}") end end