Closed dblock closed 5 years ago
Currently connect does OAuth and enables sync. There's no way to have one without the other.
connect
Add set sync that can turn sync on and off.
set sync
Add auth so that connect = auth + set sync on.
auth
set sync on
This is related to #60.
Added set sync to enable/disable sync in https://github.com/dblock/slack-strava/commit/f51c584cdc555e4f3aca86ced1adbe21562c7b59.
Closing this, keeping #60 open.
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 thatconnect
=auth
+set sync on
.This is related to #60.