summaryrefslogtreecommitdiff
path: root/create.rb
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-09-04 10:41:32 +0200
committerpdp8 <pdp8@pdp8.info>2023-09-04 10:41:32 +0200
commit9ecb046ed70c9431f97eab1d761aa9fb22f8f73c (patch)
tree58cf2e4420dd0888dd6a0c94b44d0665a67d819f /create.rb
parent485d71e69cb5b56d3ccf8b5eb82ef6af9d172485 (diff)
ignore visited objects
Diffstat (limited to 'create.rb')
-rw-r--r--create.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/create.rb b/create.rb
index 50933f1..59ef726 100644
--- a/create.rb
+++ b/create.rb
@@ -85,6 +85,8 @@ post '/create' do # TODO
object['attachment'] = attachment unless attachment.empty?
object['tag'] = tag unless tag.empty?
+ p 'outbox'
+ jj object
outbox 'Create', object, to
200