diff options
author | 2024-11-26 00:50:41 +1100 | |
---|---|---|
committer | 2024-11-25 14:50:41 +0100 | |
commit | da4db81bcf1a66d0de559015e061e602d8f2fcb8 (patch) | |
tree | b5a606eb87a725a2b8dbd3581b068ef5da7a3d39 /docs/user_guide/posts.md | |
parent | [performance] convert enum strings to ints (#3558) (diff) | |
download | gotosocial-da4db81bcf1a66d0de559015e061e602d8f2fcb8.tar.xz |
[docs] Added note to documentation about mutuals-only posts not being functional. (#3557)
Diffstat (limited to 'docs/user_guide/posts.md')
-rw-r--r-- | docs/user_guide/posts.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user_guide/posts.md b/docs/user_guide/posts.md index 6e2f57e6f..1f718cfae 100644 --- a/docs/user_guide/posts.md +++ b/docs/user_guide/posts.md @@ -36,6 +36,9 @@ Direct posts are **not** accessible via a web URL on your GoToSocial instance. ### Mutuals-only +!!! warning + Mutuals-only posts are not currently functional. + Posts with a visibility of `mutuals_only` will only appear to the post author, and to *mutual follows* of the post author. In other words, they can only be seen by others if two conditions are met: 1. The other account follows the post author. |