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