mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-18 00:54:49 +01:00
Don't return unsaved status from ProcessFeedService
This commit is contained in:
parent
81065bc06c
commit
cfba03bd27
@ -48,9 +48,8 @@ class ProcessFeedService < BaseService
|
|||||||
process_attachments(entry.xpath('./activity:object'), status.reblog) if status.reblog?
|
process_attachments(entry.xpath('./activity:object'), status.reblog) if status.reblog?
|
||||||
|
|
||||||
DistributionWorker.perform_async(status.id)
|
DistributionWorker.perform_async(status.id)
|
||||||
|
return status
|
||||||
end
|
end
|
||||||
|
|
||||||
return status
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def record_remote_mentions(status, links)
|
def record_remote_mentions(status, links)
|
||||||
|
Loading…
Reference in New Issue
Block a user