Salmon friend retractions
This commit is contained in:
parent
6afaf73c30
commit
dd166921a4
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ module Diaspora
|
|||
def unfriend(bad_friend)
|
||||
Rails.logger.info("#{self.real_name} is unfriending #{bad_friend.inspect}")
|
||||
retraction = Retraction.for(self)
|
||||
retraction.push_to_url(bad_friend.receive_url)
|
||||
salmon( retraction, :to => bad_friend)
|
||||
remove_friend(bad_friend)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue