remove the raise from the top of user receive
This commit is contained in:
parent
9d48b45ee4
commit
977786aa65
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,6 @@ class User
|
|||
Rails.logger.debug("Receiving object:\n#{object.inspect}")
|
||||
Rails.logger.debug("From: #{object.person.inspect}") if object.person
|
||||
|
||||
raise "In receive for #{self.real_name}, signature was not valid on: #{object.inspect}" unless object.signature_valid?
|
||||
if object.is_a? Retraction
|
||||
if object.type == 'Person' && object.signature_valid?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue