diff options
Diffstat (limited to 'app/workers')
-rw-r--r-- | app/workers/post_status_worker.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/workers/post_status_worker.rb b/app/workers/post_status_worker.rb index 9f3fb7f63..99f2c2e99 100644 --- a/app/workers/post_status_worker.rb +++ b/app/workers/post_status_worker.rb @@ -15,7 +15,6 @@ class PostStatusWorker status.save! process_mentions_service.call(status) unless options[:nomentions] - Rails.cache.delete("formatted_status:#{status.id}") LinkCrawlWorker.perform_async(status.id) unless options[:nocrawl] || status.spoiler_text? DistributionWorker.perform_async(status.id) unless options[:distribute] == false |