diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-15 20:41:38 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-15 20:41:38 +0300 |
commit | 269d592181bff8601f6545b85158ee1c222ff20d (patch) | |
tree | d9801ca0073b742eb4a338e831394df09e4acb45 /docs/introduction.md | |
parent | b95dd5e217e7e1477b53deb9992b65f20b5649ac (diff) | |
download | pleroma-269d592181bff8601f6545b85158ee1c222ff20d.tar.gz |
[#1505] Restricted max thread distance for fetching replies on incoming federation (in addition to reply-to depth restriction).
Diffstat (limited to 'docs/introduction.md')
-rw-r--r-- | docs/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction.md b/docs/introduction.md index 823e14f53..a915c143c 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -41,7 +41,7 @@ On the top right you will also see a wrench icon. This opens your personal setti This is where the interesting stuff happens! Depending on the timeline you will see different statuses, but each status has a standard structure: -- Profile pic, name and link to profile. An optional left-arrow if it's a reply to another status (hovering will reveal the replied-to status). Clicking on the profile pic will uncollapse the user's profile. +- Profile pic, name and link to profile. An optional left-arrow if it's a reply to another status (hovering will reveal the reply-to status). Clicking on the profile pic will uncollapse the user's profile. - A `+` button on the right allows you to Expand/Collapse an entire discussion thread. It also updates in realtime! - An arrow icon allows you to open the status on the instance where it's originating from. - The text of the status, including mentions and attachements. If you click on a mention, it will automatically open the profile page of that person. |