ssbot icon indicating copy to clipboard operation
ssbot copied to clipboard

Feature request: Rotate Every list even if it fails

Open wmodes opened this issue 7 years ago • 1 comments

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();
    }

wmodes avatar May 16 '17 00:05 wmodes

@zachwhalen actually did incorporate this feature as a part of the Setup sheet on the current version.

antgiant avatar Aug 02 '19 13:08 antgiant