From 7c64c07e1678c43f8f791c2e77365d8f55b86e2a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 28 Apr 2023 12:29:58 +0300 Subject: [PATCH] matrix/hookshot/README.md: correct template --- matrix/uk.half-shot.matrix-hookshot.feed/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/matrix/uk.half-shot.matrix-hookshot.feed/README.md b/matrix/uk.half-shot.matrix-hookshot.feed/README.md index ee2272e..3caf54c 100644 --- a/matrix/uk.half-shot.matrix-hookshot.feed/README.md +++ b/matrix/uk.half-shot.matrix-hookshot.feed/README.md @@ -29,12 +29,14 @@ contains: ```json { "label": "YLE News in English", - "template": "$FEEDTITLE: $AUTHOR $TITLE <$LINK> - $SUMMARY", + "template": "$FEEDTITLE: $AUTHOR $LINK \n $SUMMARY", "url": "https://feeds.yle.fi/uutiset/v1/recent.rss?publisherIds=YLE_NEWS" } ``` - `"template"` is optional and defaults to `New post in $FEEDNAME: $LINK` + - Note: `$LINK` actually means `[$TITLE](LINK)`. + [#731](https://github.com/matrix-org/matrix-hookshot/issues/731) - [Upstream documentation](https://matrix-org.github.io/matrix-hookshot/latest/setup/feeds.html#feed-templates) ## installation