Skip to content
Snippets Groups Projects
Commit cfba03bd authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Don't return unsaved status from ProcessFeedService

parent 81065bc0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment