Correct OStatus inflection (Ostatus -> OStatus) (#4255)
This commit is contained in:
@ -20,7 +20,7 @@ class ProcessFeedService < BaseService
|
||||
end
|
||||
|
||||
def process_entry(xml, account)
|
||||
activity = Ostatus::Activity::General.new(xml, account)
|
||||
activity = OStatus::Activity::General.new(xml, account)
|
||||
activity.specialize&.perform if activity.status?
|
||||
rescue ActiveRecord::RecordInvalid => e
|
||||
Rails.logger.debug "Nothing was saved for #{id} because: #{e}"
|
||||
|
Reference in New Issue
Block a user