mirror of https://github.com/Chocobozzz/PeerTube
making the feed fulltext
parent
7fb39378d8
commit
82ddca10b7
|
@ -81,7 +81,7 @@ function initFeed () {
|
||||||
|
|
||||||
return new Feed({
|
return new Feed({
|
||||||
title: CONFIG.INSTANCE.NAME,
|
title: CONFIG.INSTANCE.NAME,
|
||||||
description: CONFIG.INSTANCE.SHORT_DESCRIPTION,
|
description: CONFIG.INSTANCE.DESCRIPTION,
|
||||||
// updated: TODO: somehowGetLatestUpdate, // optional, default = today
|
// updated: TODO: somehowGetLatestUpdate, // optional, default = today
|
||||||
id: webserverUrl,
|
id: webserverUrl,
|
||||||
link: webserverUrl,
|
link: webserverUrl,
|
||||||
|
|
Loading…
Reference in New Issue