diff --git a/app/models/communication/website/imported/page.rb b/app/models/communication/website/imported/page.rb index 0fd79f270dc965427f76ff0336fb093ac1df8bcb..4da684abac22eecb85fa6b4b83e10e97ba5ceac2 100644 --- a/app/models/communication/website/imported/page.rb +++ b/app/models/communication/website/imported/page.rb @@ -122,5 +122,4 @@ class Communication::Website::Imported::Page < ApplicationRecord end page.update(text: rich_text_with_attachments(page.text.to_s)) end - handle_asynchronously :sync_attachments, queue: 'default' end diff --git a/app/models/communication/website/imported/post.rb b/app/models/communication/website/imported/post.rb index 90b9cfcff5d6d3903e81ca0a7ddf8c95599c2440..47026e59a19708a171227756f37fe2480927e2e5 100644 --- a/app/models/communication/website/imported/post.rb +++ b/app/models/communication/website/imported/post.rb @@ -124,5 +124,4 @@ class Communication::Website::Imported::Post < ApplicationRecord end post.update(text: rich_text_with_attachments(post.text.to_s)) end - handle_asynchronously :sync_attachments, queue: 'default' end