Unverified Commit 8182e711 authored by Benjamin Neff's avatar Benjamin Neff Committed by Steffen van Bergerem
Browse files

closes #7329

parent 5f8c8387
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,6 +106,6 @@ class Services::Twitter < Service
  end

  def delete_from_twitter service_post_id
    client.status_destroy service_post_id
    client.destroy_status service_post_id
  end
end