dispatch before deleting

This commit is contained in:
Maxwell Salzberg 2011-11-11 10:45:01 -08:00
parent e57698bbe8
commit ee12f19ff6

View file

@ -33,7 +33,7 @@ class AccountDeletion < ActiveRecord::Base
def perform!
self.dispatch if person.local?
#AccountDeleter.new(self.diaspora_handle).perform!
AccountDeleter.new(self.diaspora_handle).perform!
end
def subscribers(user)