log receive_entity for debugging
This commit is contained in:
parent
edf469f978
commit
aea11d303e
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ DiasporaFederation.configure do |config|
|
|||
true
|
||||
end
|
||||
|
||||
on :receive_entity do
|
||||
on :receive_entity do |entity|
|
||||
puts "received entity: #{entity.class}: #{entity.to_h}"
|
||||
end
|
||||
|
||||
on :fetch_public_entity do |entity_type, guid|
|
||||
|
|
|
|||
Loading…
Reference in a new issue