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,