From ac7b6566420ce8132926c1e623e9d3a976dc4386 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 28 Apr 2023 09:07:26 +0300 Subject: [PATCH] matrix/uk.half-shot.matrix-hookshot.feed: note templates I don't see "send errors on failure" in the state event --- matrix/uk.half-shot.matrix-hookshot.feed/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/matrix/uk.half-shot.matrix-hookshot.feed/README.md b/matrix/uk.half-shot.matrix-hookshot.feed/README.md index a8fe518..ee2272e 100644 --- a/matrix/uk.half-shot.matrix-hookshot.feed/README.md +++ b/matrix/uk.half-shot.matrix-hookshot.feed/README.md @@ -29,10 +29,14 @@ contains: ```json { "label": "YLE News in English", + "template": "$FEEDTITLE: $AUTHOR $TITLE <$LINK> - $SUMMARY", "url": "https://feeds.yle.fi/uutiset/v1/recent.rss?publisherIds=YLE_NEWS" } ``` +- `"template"` is optional and defaults to `New post in $FEEDNAME: $LINK` + - [Upstream documentation](https://matrix-org.github.io/matrix-hookshot/latest/setup/feeds.html#feed-templates) + ## installation This probably has or should be left for the integration manager.