diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-02 18:41:12 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-02 18:41:12 +0300 |
commit | 99a6c660a909d8c74289015b3f69357196256112 (patch) | |
tree | 9225c2fa6d49b6d487e188d58f5da04387c66bf4 /docs/introduction.md | |
parent | 0cf1d4fcd0c15594f663101061670a4555132840 (diff) | |
parent | 45b08ca1665920564c9daf35a96e93dff031a649 (diff) | |
download | pleroma-99a6c660a909d8c74289015b3f69357196256112.tar.gz |
Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federating-instances-routes-restrictions
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. |