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!
|
def perform!
|
||||||
self.dispatch if person.local?
|
self.dispatch if person.local?
|
||||||
#AccountDeleter.new(self.diaspora_handle).perform!
|
AccountDeleter.new(self.diaspora_handle).perform!
|
||||||
end
|
end
|
||||||
|
|
||||||
def subscribers(user)
|
def subscribers(user)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue