projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb3937
)
making the feed fulltext
author
Rigel Kent
<sendmemail@rigelk.eu>
Fri, 11 May 2018 21:13:20 +0000
(23:13 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Sat, 12 May 2018 07:52:09 +0000
(09:52 +0200)
server/controllers/feeds.ts
patch
|
blob
|
history
diff --git
a/server/controllers/feeds.ts
b/server/controllers/feeds.ts
index 92cf85050da42cbf52e34a28613ab6b639c4ce7b..3a2b5ecca31146938762167c9d261c0866c8b686 100644
(file)
--- 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,