Improved configuration from ENV, cleaned up timeline filter methods
to be more readable, add extra logging to process feed service
This commit is contained in:
parent
0400734df7
commit
dbe00a4156
7 changed files with 33 additions and 14 deletions
|
@ -56,6 +56,7 @@ class ProcessFeedService < BaseService
|
|||
process_attachments(entry, status)
|
||||
process_attachments(entry.xpath('./activity:object', activity: ACTIVITY_NS), status.reblog) if status.reblog?
|
||||
|
||||
Rails.logger.debug "Queuing remote status #{status.id} for distribution"
|
||||
DistributionWorker.perform_async(status.id)
|
||||
return status
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue