Handle delete Salmons, todo: clean up timelines

This commit is contained in:
Eugen Rochko
2016-09-04 14:43:00 +02:00
parent 1022d682dc
commit a289c1d52f
4 changed files with 115 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class ProcessFeedService < BaseService
end
def delete_post!(status)
status.destroy!
RemoveStatusService.new.(status)
end
def find_original_status(_xml, id)