summaryrefslogtreecommitdiff
path: root/docs/user_guide/rss.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/rss.md')
-rw-r--r--docs/user_guide/rss.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/user_guide/rss.md b/docs/user_guide/rss.md
index 1ec543cfb..5bcdb43c3 100644
--- a/docs/user_guide/rss.md
+++ b/docs/user_guide/rss.md
@@ -12,4 +12,8 @@ When enabled, the RSS feed for your account will be available at `https://[your-
## Which posts are shared via RSS?
-Only your latest 20 Public posts are shared via RSS. Replies and reblogs/boosts are not included. Unlisted posts are not included. In other words, the only posts visible via RSS will be the same ones that are visible when you open your profile in a browser.
+Only your latest 20 Public posts are shared via RSS by default. Replies and reblogs/boosts are not included. Unlisted posts are not included. In other words, the only posts visible via RSS will be the same ones that are visible when you open your profile in a browser.
+
+If you want to see more posts, you can provide our standard set of timeline paging parameters ([as per our swagger documentation](https://docs.gotosocial.org/en/latest/api/swagger)) to see beyond the first page.
+
+You can also access Atom and JSON feeds from this same endpoint, but providing the appropriate request content-type header. i.e. `application/atom+xml` for an Atom feed, or `application/feed+json` for a JSON feed.