matrix: correct feed templates to what I expect

This commit is contained in:
Aminda Suomalainen 2023-05-08 13:49:19 +03:00
parent dc538d6489
commit 9044889db5
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Replace X with the feed ID seen in `!rss subscriptions`:
- default: `!rss template X New post in $feed_title: [$title]($link)` - default: `!rss template X New post in $feed_title: [$title]($link)`
- Matrix: `!rss template X [$feed_title]($feed_link): [$title]($link) ($date) $summary` - Matrix: `!rss template X [$feed_title]($feed_link): [$title]($link) ($date) $summary`
- IRC: `!rss template X $link $title ($date) $summary ~ $feed_title` - IRC: `!rss template X $link $feed_title: $title ($date) $summary`
Note: at the time of writing `$author` is not supported? Note: at the time of writing `$author` is not supported?

View File

@ -45,7 +45,7 @@ This contains the whole JSON line to easen copy-pasting as my events are missing
- default: `"template": "New post in $FEEDNAME: $LINK",` - default: `"template": "New post in $FEEDNAME: $LINK",`
- Matrix: `"template": "$FEEDTITLE: $AUTHOR $LINK ($DATE) $SUMMARY",` - Matrix: `"template": "$FEEDTITLE: $AUTHOR $LINK ($DATE) $SUMMARY",`
- IRC: `"template": "$URL $TITLE $AUTHOR ($DATE) $SUMMARY ~ $FEEDTITLE",` - IRC: `"template": "$URL $FEEDTITLE: $TITLE $AUTHOR ($DATE) $SUMMARY",`
## installation ## installation