diff options
Diffstat (limited to 'create.rb')
-rw-r--r-- | create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |