summaryrefslogtreecommitdiff
path: root/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'create.rb')
-rw-r--r--create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.rb b/create.rb
index 371f8f8..32ec480 100644
--- a/create.rb
+++ b/create.rb
@@ -94,10 +94,10 @@ post '/create' do
object['inReplyTo'] = inReplyTo unless inReplyTo.empty?
object['attachment'] = attachment unless attachment.empty?
object['tag'] = tag unless tag.empty?
- # p to
jj object
create_activity 'Create', object, to
+ outbox_html('create')
200
end