Skip to content

Commit

Permalink
make expiration 14 days
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Apr 26, 2024
1 parent cbd89f1 commit 505711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/scripts/masto_expire.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source /scripts/common
ACCESS_TOKEN=$MASTODON_ACCESS_TOKEN
INSTANCE_URL="https://$MASTODON_SERVER"

RETENTION_DAYS="${MASTODON_RETENTION_TIME:-5}"
RETENTION_DAYS="${MASTODON_RETENTION_TIME:-14}"

delete_toot() {
local toot_id="$1"
Expand Down

0 comments on commit 505711a

Please sign in to comment.