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:
@@ -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
|
||||
|
Reference in New Issue
Block a user