summaryrefslogtreecommitdiff
path: root/clean-inbox
diff options
context:
space:
mode:
Diffstat (limited to 'clean-inbox')
-rwxr-xr-xclean-inbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean-inbox b/clean-inbox
index b623890..9429962 100755
--- a/clean-inbox
+++ b/clean-inbox
@@ -1,3 +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 } }
+[create announce undo delete like update move add] | each { |a| glob $'/srv/social/inbox/($a)/*.json' | each {|f| rm $f } }