dblock / slack-strava

(Re)Post Strava activities to Slack
https://slava.playplay.io
MIT License
37 stars 6 forks source link

Allow turning sync on/off #61

Closed dblock closed 5 years ago

dblock commented 5 years ago

Currently connect does OAuth and enables sync. There's no way to have one without the other.

Add set sync that can turn sync on and off.

Add auth so that connect = auth + set sync on.

This is related to #60.

dblock commented 5 years ago

Added set sync to enable/disable sync in https://github.com/dblock/slack-strava/commit/f51c584cdc555e4f3aca86ced1adbe21562c7b59.

dblock commented 5 years ago

Closing this, keeping #60 open.