diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-15 11:50:36 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-15 11:50:36 +0300 |
commit | 5d73dca064df5349d2170d56da6727a52d0d44a8 (patch) | |
tree | f139077534bf5d6981a9fbecd5a5955f64d853bf /CHANGELOG.md | |
parent | 8c6d5a6b4ddb6c2fc9fea9cf009a99c72260ddee (diff) | |
download | pleroma-5d73dca064df5349d2170d56da6727a52d0d44a8.tar.gz pleroma-5d73dca064df5349d2170d56da6727a52d0d44a8.zip |
Remove inReplyToStatusId
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf751a496..ebf21851b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Link/mention/hashtag detection is now handled by [auto_linker](https://git.pleroma.social/pleroma/auto_linker) - NodeInfo: Return `safe_dm_mentions` feature flag - Federation: Expand the audience of delete activities to all recipients of the deleted object +- Federation: Removed `inReplyToStatusId` from objects - Configuration: Dedupe enabled by default - Pleroma API: Support for emoji tags in `/api/pleroma/emoji` resulting in a breaking API change - Mastodon API: Support for `exclude_types`, `limit` and `min_id` in `/api/v1/notifications` |