From 42e48348ae72c0d138333762d46d1a395748b0b8 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 20 Sep 2022 15:17:51 +0100 Subject: [PATCH] add note about bubble timeline in docs --- docs/docs/user_guide/timelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/user_guide/timelines.md b/docs/docs/user_guide/timelines.md index d0ad95a1..d27395fd 100644 --- a/docs/docs/user_guide/timelines.md +++ b/docs/docs/user_guide/timelines.md @@ -6,6 +6,7 @@ You have several timelines to browse trough - **Bookmarks** all the posts you've bookmarked. You can bookmark a post by clicking the three dots on the bottom right of the post and choose Bookmark. - **Direct Messages** all posts with `direct` scope addressed to you or mentioning you. - **Public Timelines** all public posts made by users on the instance you're on +- **Bubble Timeline** all public posts from instances recommended by your admin(s) in the instance settings. This won't appear if they haven't set anything up for it. - **The Whole Known Network** also known as **TWKN** or **Federated Timeline** - all public posts known by your instance. Due to nature of the network your instance may not know *all* the posts on the network, so only posts known by your instance are shown there. Note that by default you will see all posts made by other users on your Home Timeline, this contrast behavior of Twitter and Mastodon, which shows you only non-reply posts and replies to people you follow. You can change said behavior in the [settings](settings.md#filtering).