From: Rigel Kent Date: Fri, 11 May 2018 21:13:20 +0000 (+0200) Subject: making the feed fulltext X-Git-Tag: v1.0.0-beta.5~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=82ddca10b70864f0f313301a2ed3880b22574ce3;p=oweals%2Fpeertube.git making the feed fulltext --- diff --git a/server/controllers/feeds.ts b/server/controllers/feeds.ts index 92cf85050..3a2b5ecca 100644 --- a/server/controllers/feeds.ts +++ b/server/controllers/feeds.ts @@ -81,7 +81,7 @@ function initFeed () { return new Feed({ title: CONFIG.INSTANCE.NAME, - description: CONFIG.INSTANCE.SHORT_DESCRIPTION, + description: CONFIG.INSTANCE.DESCRIPTION, // updated: TODO: somehowGetLatestUpdate, // optional, default = today id: webserverUrl, link: webserverUrl,