mirror of https://github.com/Chocobozzz/PeerTube
making the feed fulltext
parent
7fb39378d8
commit
82ddca10b7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue