logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 5b076cbafb0e9395b557d4ff7dea01ed71986888
parent: 3ba6531611458dfe6c6538c27eec394e92d0fd75
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Mon, 28 Nov 2016 19:44:27 +0100

Fix delete Salmons

Diffstat:

Mapp/services/process_interaction_service.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/services/process_interaction_service.rb b/app/services/process_interaction_service.rb @@ -74,7 +74,7 @@ class ProcessInteractionService < BaseService end def delete_post!(xml, account) - status = Status.find(activity_id(xml)) + status = Status.find(xml.at_xpath('//xmlns:id').content) return if status.nil?