RS, IZ, try saving the comment

This commit is contained in:
Raphael 2010-08-26 11:41:16 -07:00
parent 958627cc1c
commit 7feb30e3e1

View file

@ -196,6 +196,7 @@ class User
elsif object.is_a?(Comment)
raise "Signature was not valid on: #{object.inspect}" unless object.post.person == self || object.verify_post_creator_signature
object.save
dispatch_comment object unless owns?(object)
object.socket_to_uid(id) if (object.respond_to?(:socket_to_uid) && !self.owns?(object))
else