# Feed Links

# GITHUB

just add a `.atom` simple as that ...

Example:

```
https://github.com/SchildiChat/schildichat-desktop/releases.atom
```

# XDA-DEVELOPERS

just add a `index.rss`

Example:

```
https://forum.xda-developers.com/f/oneplus-nord-ce-5g.12343/index.rss
```

# maubot rss template

Current:
```
[NEW] [$title]($link): <br> $summary <br> $feed_title
```
old ones:
```
[NEW] $title: <br> $summary <br>$feed_title

New post in $feed_title: [$title]($link)
```

querry:
```
UPDATE "subscription" SET "notification_template" = "[NEW] [$title]($link): <br> $summary <br> $feed_title" WHERE "feed_id" = XXXXXX;
```