Don't return unsaved status from ProcessFeedService
parent
33668b91f8
commit
3d229e3937
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue