diff --git a/app/models/communication/website/imported/post.rb b/app/models/communication/website/imported/post.rb
index cc075e6444373a1bff710388a3dba9d175b89b8d..20cc39941bd034df58c6cd593eacd2b8fcd5570c 100644
--- a/app/models/communication/website/imported/post.rb
+++ b/app/models/communication/website/imported/post.rb
@@ -77,7 +77,7 @@ class Communication::Website::Imported::Post < ApplicationRecord
       self.post.save
     end
     # Don't touch if there are local changes (this would destroy some nice work)
-    return if post.updated_at > updated_at
+    # return if post.updated_at > updated_at
     # Don't touch if there are no remote changes (this would do useless server workload)
     return if post.updated_at == updated_at
     title = Wordpress.clean title.to_s