diff options
author | pdp8 <pdp8@pdp8.info> | 2023-09-09 16:02:50 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-09-09 16:02:50 +0200 |
commit | 3a87028b34c969744f6c63ba73947cfa32156e7d (patch) | |
tree | 67b46c322a13b5c3c51c0309d71fe6241876a880 /create.rb | |
parent | 9ecb046ed70c9431f97eab1d761aa9fb22f8f73c (diff) |
update and clean-inbox added, no outbox send for delete, recursive create for objects with activities (lemmy)
Diffstat (limited to 'create.rb')
-rw-r--r-- | create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ post '/create' do # TODO p 'outbox' jj object - outbox 'Create', object, to + # outbox 'Create', object, to 200 end |