summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar mirabilos <m@mirbsd.org>2024-01-22 13:37:34 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-22 13:37:34 +0100
commit7c67021017ab904801dbacd1b1978e8e3f822c26 (patch)
treea8b68f901046bfaefad278544a5a0f0ba801a7ca
parent[chore]: Bump github.com/abema/go-mp4 from 1.1.1 to 1.2.0 (#2559) (diff)
downloadgotosocial-7c67021017ab904801dbacd1b1978e8e3f822c26.tar.xz
[docs] Add a few things to the FAQ. (#2557)
-rw-r--r--docs/faq.md12
1 files changed, 12 insertions, 0 deletions
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.