Updated FAQ (markdown)

friendica 2012-11-19 00:58:02 -08:00
parent b6b9e39e9b
commit 833660fda5

5
FAQ.md

@ -1,5 +1,6 @@
Users
* [Is it possible to have different avatars per profile?](#q1)
* [Can I configure multiple domains with the same code instance?](#q2)
* [What is the difference between blocked|ignored|archived|hidden contacts?](#q3)
* [What happens when an account is removed? Is it truly deleted?](#q4)
* [Can I subscribe to a hashtag?](#q5)
@ -32,7 +33,9 @@ A hidden contact will not be displayed in any "friend list" (except to you). How
Currently the account and all of your content is completely removed from your server. Over time your contacts will notice that your account is missing and will remove it after repeated failures to connect (up to a month). Your entry remains in the global directory however this will be removed manually if somebody flags it as "dead".
This policy has been reviewed and we believe is inadequate. Changes to this are currently being implemented so that in the future (when these changes are implemented), we will immediately remove all your content on your server, and then issue requests to all your contacts to remove you. This will also remove your from the global directory. Doing this requires that your account and profile still be "partially" available for up to 24 hours in order to establish contact with all your friends. We can block it in several ways so that it appears empty and all profile information erased, but will then wait for 24 hours (or after all of your contacts have been notified) before we can physically remove it.
This policy has been reviewed and we believe is inadequate. Changes to this are currently being implemented so that in the future (when these changes are implemented), we will immediately remove all your content on your server, and then issue requests to all your contacts to remove you. This will also remove your from the global directory. Doing this requires that your account and profile still be "partially" available for up to 24 hours in order to establish contact with all your friends. We can block it in several ways so that it appears empty and all profile information erased, but will then wait for 24 hours (or after all of your contacts have been notified) before we can physically remove it.
[This change in policy was implemented as described in November 2012.]
## <a id="q5" />Can I follow a hashtag?