diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index 3539e440e..9bbe66082 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -30,7 +30,7 @@ https://martinrotter.github.io/donate/ - + none diff --git a/src/librssguard/services/feedly/definitions.h b/src/librssguard/services/feedly/definitions.h index 25058d093..5cc6c2c23 100755 --- a/src/librssguard/services/feedly/definitions.h +++ b/src/librssguard/services/feedly/definitions.h @@ -12,11 +12,8 @@ #define FEEDLY_API_REDIRECT_URI_PORT 8080 #define FEEDLY_API_SCOPE "https://cloud.feedly.com/subscriptions" -#if defined(NDEBUG) -#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/" -#else +//#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/" #define FEEDLY_API_URL_BASE "https://cloud.feedly.com/v3/" -#endif #define FEEDLY_API_SYSTEM_TAG_READ "global.read" #define FEEDLY_API_SYSTEM_TAG_SAVED "global.saved" diff --git a/src/librssguard/services/feedly/feedlyentrypoint.cpp b/src/librssguard/services/feedly/feedlyentrypoint.cpp index c762d1299..215caf687 100755 --- a/src/librssguard/services/feedly/feedlyentrypoint.cpp +++ b/src/librssguard/services/feedly/feedlyentrypoint.cpp @@ -23,7 +23,7 @@ QList FeedlyEntryPoint::initializeSubtree() const { } QString FeedlyEntryPoint::name() const { - return QSL("Feedly (WIP)"); + return QSL("Feedly"); } QString FeedlyEntryPoint::code() const {