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

Fix for incoming favourites

parent f4ad2fb3
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class ProcessInteractionService < BaseService
end
def activity_id(xml)
xml.at_xpath('/xmlns:entry/xmlns:id').content
xml.at_xpath('./activity:object/xmlns:id').content
end
def salmon
......
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