Merge branch 'production' of github.com:diaspora/diaspora into production

Conflicts:
	app/models/user.rb
This commit is contained in:
Raphael 2010-09-15 17:25:14 -07:00
commit 04594d7ac5

View file

@ -229,8 +229,7 @@ class User
Rails.logger.info( "the person id is #{object.post_id} the friend found is #{visible_person_by_id(object.post_id).inspect}")
unfriended_by visible_person_by_id(object.post_id)
else
else
object.perform self.id
aspects = self.aspects_with_person(object.person)
aspects.each{ |aspect| aspect.post_ids.delete(object.post_id.to_id)