From eea88e8022d3fd3c46401e1a297ebd7318c3c7b1 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 14 Sep 2023 14:02:15 +0200 Subject: send/digest fixed --- clean-inbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clean-inbox') diff --git a/clean-inbox b/clean-inbox index 9429962..0c2e560 100755 --- a/clean-inbox +++ b/clean-inbox @@ -1,3 +1,3 @@ #!/usr/bin/env nu -[create announce undo delete like update move add] | each { |a| glob $'/srv/social/inbox/($a)/*.json' | each {|f| rm $f } } +[create announce undo delete like update move add remove] | each { |a| glob $'/srv/social/inbox/($a)/*.json' | each {|f| rm $f } } -- cgit v1.2.3