From 6b15b83bf1d85db6954b34b76ab22ba24471bed8 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Mon, 16 Jan 2023 01:28:18 -0800 Subject: [PATCH] [docs] Remove videos from the list of missing features in the FAQ. (#1344) These actually work now! Yay. --- docs/faq.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index b5e1d0e8e..ba667e8ad 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -2,8 +2,6 @@ - **Where's the user interface?** GoToSocial is just a bare server for the most part and is designed to be used thru external applications. [Pinafore](https://pinafore.social) and [Tusky](https://tusky.app/) are the best-supported, but anything that supports the Mastodon API should work, other than the features GoToSocial doesn't yet have. Permalinks and profile pages are served directly thru GoToSocial as well as the admin panel, but most interaction goes thru the apps. -- **What happened to the gifs?** While GoToSocial supports gifs, it doesn't support videos. This wouldn't be a big problem, except that Mastodon doesn't support gifs; it converts them into videos when they get uploaded. So if someone posts a gif from a Mastodon server, it won't be visible. At the time of this writing, the video will be dropped altogether, but [in the future there should be at least a placeholder link](https://github.com/superseriousbusiness/gotosocial/issues/765). - - **Why aren't my posts showing up on my profile page?** Unlike Mastodon, the default post visibility is Unlisted. If you want something to be visible on your profile page, the post must have Public visibility. - **Why aren't my posts showing up on other servers?** First check the visibility as noted above. TODO: explain how to debug common federation issues @@ -17,7 +15,6 @@ - **How can I sign up for a server?** Right now the only way to create an account is by the server's admin to run a command directly on the server. A web-based signup flow is in the roadmap but not implemented yet. - **Why's it still in alpha?** Take a look at the [list of open bugs](https://github.com/superseriousbusiness/gotosocial/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and the [roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) for a more detailed rundown, but the main missing features at the time of this writing are: - * videos * reporting posts to admins * muting conversations * backfill of posts