Correct OStatus inflection (Ostatus -> OStatus) (#4255)
This commit is contained in:
parent
72108b20e2
commit
a5a07da892
23 changed files with 193 additions and 192 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue