mastopurge
mastopurge copied to clipboard
Posts not deleted when run non-interactive
I have posts older than May, 30th. However, they are not deleted.
pi@raspberrypi:~ $ cd /home/pi/Programs/mastopurge && ./mastopurge --noninteractive --maxage "30 days"
2021/06/29 16:27:07 MastoPurge configuration found! Reading config.
2021/06/29 16:27:07 Requesting access to Mastodon account
2021/06/29 16:27:07 Access GRANTED :-)
2021/06/29 16:27:07 >>> Account ID: 000000
2021/06/29 16:27:07 >>> Username: xxxxxx
2021/06/29 16:27:07 Posts older than May 30, 2021 at 4:27:07 PM CEST will be deleted!
2021/06/29 16:27:07 ========== Fetching pinned statuses ==========
2021/06/29 16:27:07 Found 0 pinned statuses, which will not be deleted.
2021/06/29 16:27:07 ========== Fetching new statuses until status 0 ==========
2021/06/29 16:27:08 No posts to be deleted on this page. Trying next page ...
2021/06/29 16:27:08 ========== Fetching new statuses until status 00000000000000000 ==========
2021/06/29 16:27:08 0 statuses were successfully deleted.
Thanks for reporting! Seems like my testing needs older posts ;) Usually I test with posts created a few seconds, ago. As always: Fixes / PRs are welcome. If there's some spear time, I'll maybe have a look at this issue, myself.
I have the same issue as well. Let me know if there's some way I can help debug this.