diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-02 21:43:18 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-02 21:43:18 +0300 |
commit | b4367125e9afc92ac27ff12552775f8e765140f1 (patch) | |
tree | e0c35f2e1d869ca63ddec06dd7a5ff9b0d574df3 /docs | |
parent | 99a6c660a909d8c74289015b3f69357196256112 (diff) | |
download | pleroma-b4367125e9afc92ac27ff12552775f8e765140f1.tar.gz pleroma-b4367125e9afc92ac27ff12552775f8e765140f1.zip |
[#1560] Added tests for non-federating instance bahaviour to ActivityPubControllerTest.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 2 | ||||
-rw-r--r-- | docs/clients.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 06de90f71..476a4a2bf 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -180,7 +180,7 @@ Post here request with grant_type=refresh_token to obtain new access token. Retu ## Account Registration `POST /api/v1/accounts` -Has theses additionnal parameters (which are the same as in Pleroma-API): +Has theses additional parameters (which are the same as in Pleroma-API): * `fullname`: optional * `bio`: optional * `captcha_solution`: optional, contains provider-specific captcha solution, diff --git a/docs/clients.md b/docs/clients.md index 8ac9ad3de..1eae0f0c6 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -1,5 +1,5 @@ # Pleroma Clients -Note: Additionnal clients may be working but theses are officially supporting Pleroma. +Note: Additional clients may be working but theses are officially supporting Pleroma. Feel free to contact us to be added to this list! ## Desktop |