diff options
author | pdp8 <pdp8@pdp8.info> | 2023-09-04 10:41:32 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-09-04 10:41:32 +0200 |
commit | 9ecb046ed70c9431f97eab1d761aa9fb22f8f73c (patch) | |
tree | 58cf2e4420dd0888dd6a0c94b44d0665a67d819f /create.rb | |
parent | 485d71e69cb5b56d3ccf8b5eb82ef6af9d172485 (diff) |
ignore visited objects
Diffstat (limited to 'create.rb')
-rw-r--r-- | create.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |