Browse Source

Fix typo

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
096bfbad96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/process_feed_service.rb

+ 1
- 1
app/services/process_feed_service.rb View File

@ -42,7 +42,7 @@ class ProcessFeedService < BaseService
status = status_from_xml(@xml)
if verb == :share
original_status = status_from_xml(xml.at_xpath('.//activity:object', activity: ACTIVITY_NS))
original_status = status_from_xml(@xml.at_xpath('.//activity:object', activity: ACTIVITY_NS))
status.reblog = original_status
end

Loading…
Cancel
Save