Does anyone knows how to apply "resub-feed.php" to all feeds?
Mastodon-only: cd plugins/OStatus/scripts/ && php ./gcfeeds.php | awk '{print $1}' | sed '/\/users\/.*\.atom$/!d' | while read feed; do php -f ./resub-feed.php "$feed"; done