From 2878641da2a80e58edbe883d97559bab6426506a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 13 May 2023 18:22:52 +0200 Subject: [PATCH] Also prune accounts --- cleanup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cleanup.sh b/cleanup.sh index 10a0bc8..12fa94a 100755 --- a/cleanup.sh +++ b/cleanup.sh @@ -34,3 +34,6 @@ echo "==> clear cache ..." echo "==> remove unreferenced statuses ..." /app/code/bin/tootctl statuses remove --days=${CACHE_RETENTION_DAYS} + +echo "==> prune accounts ..." +/app/code/bin/tootctl accounts prune