ssbot
ssbot copied to clipboard
Feature request: Rotate Every list even if it fails
Zach,
Arguably, a failed Every tweet should not hold up the show. Consider making the Every list rotate even if it fails:
// if (response.created_at && properties.constructor === 'every'){
if (properties.constructor === 'every'){
everyRotate();
}
@zachwhalen actually did incorporate this feature as a part of the Setup sheet on the current version.