Updated FAQ (markdown)

friendica 2012-05-06 16:26:07 -07:00
parent abda788a28
commit 8cbbdb400c

3
FAQ.md

@ -1,6 +1,7 @@
Users
* [Is it possible to have different avatars per profile?](#q1)
* [What is the difference between blocked|ignored|archived|hidden contacts?](#q3)
Admins
* [Can I configure multiple domains with the same code instance?](#q2)
@ -20,7 +21,7 @@ All of the cache and lock stuff can be configured per instance.
We prevent direct communication with blocked contacts. They are not included in delivery, and their own posts to you are not imported; however their conversations with your friends will still be visible in your stream. If you remove a contact completely, they can send you another friend request. Blocked contacts cannot do this. They cannot communicate with you directly, only through friends.
Ignored contacts are included in delivery - they will receive your posts. However we do not import their posts to you. Like blocking, you will still this person's comments to posts made by your friends.
Ignored contacts are included in delivery - they will receive your posts. However we do not import their posts to you. Like blocking, you will still see this person's comments to posts made by your friends.
[A plugin called "blockem" can be installed to collapse/hide all posts from a particular person in your stream if you desire complete blocking of an individual, including his/her conversations with your other friends.]