diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-10-20 10:45:05 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-10-20 10:45:05 +0000 |
| commit | f31df6406a2c7b2eb5412c19c15f4b60e6f18a77 (patch) | |
| tree | 9167c84821573f709ba07e472ff0a2df3ea761bf /docs/user_guide/timelines.md | |
| parent | 750680d1d8e85e8d1f9fc15120663b1c254061c6 (diff) | |
| parent | 54987b0bc88045ed365aab268ac3b27fe721f100 (diff) | |
Merge branch 'docs_split_up_user_guide' into 'develop'
DOCS: Split up user guide
See merge request pleroma/pleroma-fe!1179
Diffstat (limited to 'docs/user_guide/timelines.md')
| -rw-r--r-- | docs/user_guide/timelines.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/user_guide/timelines.md b/docs/user_guide/timelines.md new file mode 100644 index 00000000..d0ad95a1 --- /dev/null +++ b/docs/user_guide/timelines.md @@ -0,0 +1,13 @@ +# Timelines + +You have several timelines to browse trough + +- **Timeline** aka Home Timeline - this timeline contains all posts by people you follow and your own posts, as well as posts mentioning you directly. +- **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 +- **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). + +By default instances will try to send activities (e.g. posts, favorites, etc.) up to 7 days or until the target server received them. For this reason posts that are up to 7 days old and your server didn't know about yet can pop up on your timeline. This is the default behaviour and can be changed by your admin. |
