From 25bdc789215c728e6fac04404adcf1f8e4bcdd78 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 30 Jul 2023 01:27:51 +0200 Subject: html links for outbox notes --- helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers.rb') diff --git a/helpers.rb b/helpers.rb index 7a56ec1..4940b34 100644 --- a/helpers.rb +++ b/helpers.rb @@ -11,7 +11,7 @@ helpers do activity_rel_path = File.join(activity['type'].downcase, basename) activity_path = File.join(box[:dir], activity_rel_path) if box == OUTBOX - return unless activity['to'].include? 'https://www.w3.org/ns/activitystreams#Public' # save only public messages + # return unless activity['to'].include? 'https://www.w3.org/ns/activitystreams#Public' # save only public messages activity['id'] = File.join(box[:url], activity_rel_path) activity['object']['published'] = date unless activity['object'].is_a? String -- cgit v1.2.3