diff options
author | lain <lain@soykaf.club> | 2020-11-04 13:23:18 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-04 13:23:18 +0100 |
commit | e46c95b826c3fb98efa15cf6fd5d6cf2fb9797af (patch) | |
tree | 5eac134f31a610d4a1a87003c3ac0728ded42bc0 /CHANGELOG.md | |
parent | 6163fbf55328808d90bb1a84cf05ae986f941b31 (diff) | |
parent | ba3f3a5a56d4a5ac05443fd30b5864778ad1131e (diff) | |
download | pleroma-e46c95b826c3fb98efa15cf6fd5d6cf2fb9797af.tar.gz pleroma-e46c95b826c3fb98efa15cf6fd5d6cf2fb9797af.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into frontend-admin-api
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a80a602df..295b7c31c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,8 @@ switched to a new configuration mechanism, however it was not officially removed - Allow sending chat messages to yourself. - Fix remote users with a whitespace name. - OStatus / static FE endpoints: fixed inaccessibility for anonymous users on non-federating instances, switched to handling per `:restrict_unauthenticated` setting. +- Mastodon API: Current user is now included in conversation if it's the only participant +- Mastodon API: Fixed last_status.account being not filled with account data ## Unreleased (Patch) |