Don't try to unsocket albums
This commit is contained in:
parent
36f8289522
commit
9a188fd9f0
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class User
|
||||||
######### Posts and Such ###############
|
######### Posts and Such ###############
|
||||||
|
|
||||||
def retract( post )
|
def retract( post )
|
||||||
post.socket_to_uid(self.id)
|
post.unsocket_from_uid(self.id) if post.respond_to? :unsocket_from_uid
|
||||||
retraction = Retraction.for(post)
|
retraction = Retraction.for(post)
|
||||||
retraction.creator_signature = retraction.sign_with_key( encryption_key )
|
retraction.creator_signature = retraction.sign_with_key( encryption_key )
|
||||||
retraction.notify_people
|
retraction.notify_people
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue