This commit is contained in:
Benjamin Neff 2017-02-13 23:44:31 +01:00 committed by Steffen van Bergerem
parent 5f8c838750
commit 8182e711b1
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -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