Skip to content
Snippets Groups Projects
Commit 096bfbad authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix typo

parent 11cbe49f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment