diff --git a/app/services/process_feed_service.rb b/app/services/process_feed_service.rb index efe40adea..5b5800f16 100644 --- a/app/services/process_feed_service.rb +++ b/app/services/process_feed_service.rb @@ -48,9 +48,8 @@ class ProcessFeedService < BaseService process_attachments(entry.xpath('./activity:object'), status.reblog) if status.reblog? DistributionWorker.perform_async(status.id) + return status end - - return status end def record_remote_mentions(status, links)