Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
d80ba7ca58
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class User
|
|||
######### Posts and Such ###############
|
||||
def retract( post )
|
||||
group_ids = groups_with_post( post.id )
|
||||
group_ids.map!{|group| group.id}
|
||||
group_ids.map!{|group| group.id.to_s}
|
||||
|
||||
post.unsocket_from_uid(self.id, :group_ids => group_ids) if post.respond_to? :unsocket_from_uid
|
||||
retraction = Retraction.for(post)
|
||||
|
|
|
|||
Loading…
Reference in a new issue