diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-25 09:14:35 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-25 10:31:14 +0300 |
commit | dfc8425659620d023540538ec943490cf523f434 (patch) | |
tree | 89cfb3199b8ba068cff0f49008bfed11c7340eef /CHANGELOG.md | |
parent | 4baea6e6d9efa619402a031a84f74787653df2b5 (diff) | |
download | pleroma-dfc8425659620d023540538ec943490cf523f434.tar.gz pleroma-dfc8425659620d023540538ec943490cf523f434.zip |
Move settings to Source subentity
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ba239b6..0caeda978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Provide plaintext versions of cw/content in the Status entity - Mastodon API: Add `pleroma.conversation_id`, `pleroma.in_reply_to_account_acct` fields to the Status entity - Mastodon API: Add `pleroma.tags`, `pleroma.relationship{}`, `pleroma.is_moderator`, `pleroma.is_admin`, `pleroma.confirmation_pending`, `pleroma.hide_followers`, `pleroma.hide_follows`, `pleroma.hide_favorites` fields to the User entity -- Mastodon API: Add `pleroma.show_role`, `pleroma.no_rich_text` fields to the User entity (when the user is requesting themselves) +- Mastodon API: Add `pleroma.show_role`, `pleroma.no_rich_text` fields to the Source subentity - Mastodon API: Add support for updating `no_rich_text`, `hide_followers`, `hide_follows`, `hide_favorites`, `show_role` in `PATCH /api/v1/update_credentials` - Mastodon API: Add `pleroma.is_seen` to the Notification entity - Mastodon API: Add `pleroma.local` to the Status entity |