diff options
author | lain <lain@soykaf.club> | 2021-01-05 12:31:33 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-01-05 12:31:33 +0000 |
commit | 7a03b112f2ae0acbb546975a3cb57f63ab69708d (patch) | |
tree | 4444bcd2b26560d37e1e52ad6583d68c8d3f90f4 /docs/API | |
parent | ca7cf62d2aae25c3a299181baa3a8f389dfd1858 (diff) | |
parent | e802b48d558ccd4a65a6da2bcc6dacb057b7fd09 (diff) | |
download | pleroma-7a03b112f2ae0acbb546975a3cb57f63ab69708d.tar.gz |
Merge branch '1526-account-aliases' into 'develop'
Resolve "account move from mastodon to pleroma"
Closes #1526
See merge request pleroma/pleroma!3233
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 1b197e073..84430408b 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -206,6 +206,7 @@ Additional parameters can be added to the JSON body/Form data: - `pleroma_settings_store` - Opaque user settings to be saved on the backend. - `skip_thread_containment` - if true, skip filtering out broken threads - `allow_following_move` - if true, allows automatically follow moved following accounts +- `also_known_as` - array of ActivityPub IDs, needed for following move - `pleroma_background_image` - sets the background image of the user. Can be set to "" (an empty string) to reset. - `discoverable` - if true, external services (search bots) etc. are allowed to index / list the account (regardless of this setting, user will still appear in regular search results). - `actor_type` - the type of this account. |