瀏覽代碼

Fix delete Salmons

master
Eugen Rochko 7 年之前
父節點
當前提交
5b076cbafb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/services/process_interaction_service.rb

+ 1
- 1
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?



Loading…
取消
儲存