From 3a87028b34c969744f6c63ba73947cfa32156e7d Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sat, 9 Sep 2023 16:02:50 +0200 Subject: update and clean-inbox added, no outbox send for delete, recursive create for objects with activities (lemmy) --- clean-inbox | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 clean-inbox (limited to 'clean-inbox') diff --git a/clean-inbox b/clean-inbox new file mode 100755 index 0000000..b623890 --- /dev/null +++ b/clean-inbox @@ -0,0 +1,3 @@ +#!/usr/bin/env nu +[create announce undo delete like update move] | each { |a| glob $'/srv/social/inbox/($a)/*.json' | each {|f| rm $f } } + -- cgit v1.2.3