diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-28 14:50:58 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-13 13:09:37 +0700 |
commit | 7b5c81b3918b7ff99f00e72194075f43c3f81165 (patch) | |
tree | a68322ca5c529a9c2cf8936dc6290c54f9c0a44f | |
parent | 25d8216804c7742cd8549799a7785723f2a70afa (diff) | |
download | pleroma-7b5c81b3918b7ff99f00e72194075f43c3f81165.tar.gz |
Add a note about compatibility with Mastodon
-rw-r--r-- | docs/api/pleroma_api.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md index 8a726a7cb..30fac77da 100644 --- a/docs/api/pleroma_api.md +++ b/docs/api/pleroma_api.md @@ -329,12 +329,13 @@ See [Admin-API](Admin-API.md) * `password`: user's password * `email`: new email * Response: JSON. Returns `{"status": "success"}` if the change was successful, `{"error": "[error message]"}` otherwise +* Note: Currently, Mastodon has no API for changing email. If they add it in future it might be incompatible with Pleroma. # Pleroma Conversations Pleroma Conversations have the same general structure that Mastodon Conversations have. The behavior differs in the following ways when using these endpoints: -1. Pleroma Conversations never add or remove recipients, unless explicitly changed by the user. +1. Pleroma Conversations never add or remove recipients, unless explicitly changed by the user. 2. Pleroma Conversations statuses can be requested by Conversation id. 3. Pleroma Conversations can be replied to. |