diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-05-11 23:13:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-12 09:52:09 +0200 |
commit | 82ddca10b70864f0f313301a2ed3880b22574ce3 (patch) | |
tree | 6e3f37f2a6397389c5adc49bfde6c5efcbb5bfeb /server/controllers | |
parent | 7fb39378d85d3c41e3cd1dbfbfd539060540a13f (diff) | |
download | PeerTube-82ddca10b70864f0f313301a2ed3880b22574ce3.tar.gz PeerTube-82ddca10b70864f0f313301a2ed3880b22574ce3.tar.zst PeerTube-82ddca10b70864f0f313301a2ed3880b22574ce3.zip |
making the feed fulltext
Diffstat (limited to 'server/controllers')
-rw-r--r-- | server/controllers/feeds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
81 | 81 | ||
82 | return new Feed({ | 82 | return new Feed({ |
83 | title: CONFIG.INSTANCE.NAME, | 83 | title: CONFIG.INSTANCE.NAME, |
84 | description: CONFIG.INSTANCE.SHORT_DESCRIPTION, | 84 | description: CONFIG.INSTANCE.DESCRIPTION, |
85 | // updated: TODO: somehowGetLatestUpdate, // optional, default = today | 85 | // updated: TODO: somehowGetLatestUpdate, // optional, default = today |
86 | id: webserverUrl, | 86 | id: webserverUrl, |
87 | link: webserverUrl, | 87 | link: webserverUrl, |