From f4e9875eb0ad3540b13a67325c0f5a6e859f1272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABlle=20Anthony?= Date: Thu, 5 Mar 2020 09:31:54 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b19d8a7..14fbaf2 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,9 @@ With a locked account, you get to approve who can follow you *through the Mastod **However.** -Every Mastodon account (on an unmodified server) also creates RSS and Atom feeds of their public and unlisted posts - i.e. the posts that appear on the account's profile. Your RSS feed appears at `https:///users/.rss`, and your Atom feed is at `https:///users/.atom` . **Anyone can subscribe to these feeds using an RSS reader to see your public and unlisted posts when you post them.** These feeds don't contain your followers-only or private posts, but you don't get to control who can see them. +Every Mastodon account (on an unmodified server) also creates an RSS feed of their public and unlisted posts - i.e. the posts that appear on the account's profile. Your RSS feed appears at `https:///users/.rss` ; for example, since I'm `https://elekk.xyz/@noelle`, my RSS feed is `https://elekk.xyz/users/noelle.rss` . + +**Anyone can subscribe to these feeds using an RSS reader to see your public and unlisted posts when you post them.** These feeds don't contain your followers-only or private posts, but you don't get to control who can see them. Remember, you can set the default privacy level for your posts under **Preferences > Other > Posting Privacy**. If you have a locked account, you might prefer to set that default to followers-only so you have to make an active effort to post an unlisted or public toot.