dispatch before deleting
This commit is contained in:
parent
e57698bbe8
commit
ee12f19ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue