Change RSS post feed to be "links" instead of "title"

It looks better this way.
This commit is contained in:
Robert Miles 2019-01-11 15:56:56 -05:00
parent 7acbceca8e
commit 2e870c3796
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ coroutines = [
"worker": use(RSS),
"interval": 6,
"state": {
"alias": "title",
"alias": "links",
"source": "https://tilde.news/newest.rss",
"use": "title",
"channels": ["#meta", "#tildeverse"]