summaryrefslogtreecommitdiff
path: root/docs/development/API/pleroma_api.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-12-28 10:02:17 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-12-28 10:02:17 +0000
commit81ce04990ecc6121a513b9822bf8dfc8c855d667 (patch)
tree6352f066d25e416d850177a50bf30030d0ba4056 /docs/development/API/pleroma_api.md
parent47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff)
parent017e35fbf128d47c033275a70b76b72f24d7c754 (diff)
downloadpleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.tar.gz
pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.zip
Merge branch 'typo' into 'develop'
Fix some typos See merge request pleroma/pleroma!4017
Diffstat (limited to 'docs/development/API/pleroma_api.md')
-rw-r--r--docs/development/API/pleroma_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/API/pleroma_api.md b/docs/development/API/pleroma_api.md
index bd0e07f9e..71cd0166f 100644
--- a/docs/development/API/pleroma_api.md
+++ b/docs/development/API/pleroma_api.md
@@ -382,7 +382,7 @@ Pleroma Conversations have the same general structure that Mastodon Conversation
Conversations have the additional field `recipients` under the `pleroma` key. This holds a list of all the accounts that will receive a message in this conversation.
-The status posting endpoint takes an additional parameter, `in_reply_to_conversation_id`, which, when set, will set the visiblity to direct and address only the people who are the recipients of that Conversation.
+The status posting endpoint takes an additional parameter, `in_reply_to_conversation_id`, which, when set, will set the visibility to direct and address only the people who are the recipients of that Conversation.
⚠ Conversation IDs can be found in direct messages with the `pleroma.direct_conversation_id` key, do not confuse it with `pleroma.conversation_id`.