fixed #993
This commit is contained in:
parent
c9fd4e0e5b
commit
8639dc3a77
1 changed files with 3 additions and 1 deletions
|
|
@ -212,10 +212,12 @@ class User < ActiveRecord::Base
|
|||
aspects = post.aspects
|
||||
retraction = Retraction.for(post)
|
||||
end
|
||||
retraction.perform(self)
|
||||
|
||||
mailman = Postzord::Dispatch.new(self, retraction)
|
||||
mailman.post
|
||||
|
||||
retraction.perform(self)
|
||||
|
||||
retraction
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue