SIGNATOR
This commit is contained in:
parent
7911357210
commit
f186dd98c8
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class Comment
|
|||
else
|
||||
Rails.logger.warn "Received comment has no person"
|
||||
end
|
||||
verify_signature(creator_signature, person) && verify_signature(post_creator_signator, post.person)
|
||||
verify_signature(creator_signature, person) && verify_signature(post_creator_signature, post.person)
|
||||
end
|
||||
|
||||
protected
|
||||
|
|
|
|||
Loading…
Reference in a new issue