From 7c67021017ab904801dbacd1b1978e8e3f822c26 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Mon, 22 Jan 2024 13:37:34 +0100 Subject: [PATCH] [docs] Add a few things to the FAQ. (#2557) --- docs/faq.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index bb8df5143..574ecbb4f 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -45,3 +45,15 @@ Take a look at the [list of open bugs](https://github.com/superseriousbusiness/g - scheduling posts - account migration - shared block lists across servers + +## Warnings “authentication NOT PASSED for public key” in the log + +These warnings are caused by Mastodon forgetting to take query parameters into account when signing HTTP requests. Fixes on both Mastodon and GoToSocial sides are in the works, and other instance software is expected to follow. + +## Warnings “status not yet deref'd” in the logs + +The warning is mostly to say that the derived visibility of the given status may not be entirely accurate due to a parent not being dereferenced yet, so do not worry about it. + +## Will you support tables in Markdown? + +Not at the moment, as most clients handle them terribly.