From: Eugen Rochko Date: Sat, 19 Mar 2016 21:46:58 +0000 (+0100) Subject: Fix for incoming favourites X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7e53efae31fee3ce511d187cf0bc68847cb19648;p=mastodon.git Fix for incoming favourites --- diff --git a/app/services/process_interaction_service.rb b/app/services/process_interaction_service.rb index c00f8c66a..fd27d667f 100644 --- a/app/services/process_interaction_service.rb +++ b/app/services/process_interaction_service.rb @@ -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