diff options
author | lain <lain@soykaf.club> | 2021-01-19 14:08:18 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-01-19 14:08:18 +0000 |
commit | 3802718f80675ae4702b35bfc0da0454f7d4f48a (patch) | |
tree | 7513617c5834c2a8686ba3f804c5fa40a85b108b | |
parent | 740f40af30cbe34ae0d2aec47de5948ea4c1add3 (diff) | |
parent | 695dabb5da63cdc54000de5ea26006b8429feff2 (diff) | |
download | pleroma-3802718f80675ae4702b35bfc0da0454f7d4f48a.tar.gz |
Merge branch 'update-changelog-reblog-fix' into 'develop'
Add Reblog fix to CHANGELOG
See merge request pleroma/pleroma!3266
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e02a1beba..8080c63f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Users with `is_discoverable` field set to false (default value) will appear in in-service search results but be hidden from external services (search bots etc.). - Streaming API: Posts and notifications are not dropped, when CLI task is executing. - Creating incorrect IPv4 address-style HTTP links when encountering certain numbers. +- Reblog API Endpoint: Do not set visibility parameter to public by default and let CommonAPI to infer it from status, so a user can reblog their private status without explicitly setting reblog visibility to private. <details> <summary>API Changes</summary> |