diff options
author | lain <lain@soykaf.club> | 2020-09-29 16:24:02 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-09-29 16:24:02 +0200 |
commit | 9a56ec25cb4de1284a03cac156a7664bd65b628f (patch) | |
tree | 4426c62d843db7e490c296601809f5fc2891ea66 | |
parent | de993b856bc2145e7c4aaa47767c7edc826798c7 (diff) | |
download | pleroma-9a56ec25cb4de1284a03cac156a7664bd65b628f.tar.gz |
Changelog: Add info about relay unfollowing
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | docs/API/admin_api.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fbc078d..0d3daa60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Mix tasks for controlling user account confirmation status in bulk (`mix pleroma.user confirm_all` and `mix pleroma.user unconfirm_all`) - Mix task for sending confirmation emails to all unconfirmed users (`mix pleroma.email send_confirmation_mails`) +- Mix task option for force-unfollowing relays ### Changed diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index ddcab1a2c..7bf13daef 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -351,7 +351,7 @@ Response: - Params: - `relay_url` - - *optional* `force`: forcefully unfollow a relay even when the relay is not available. (default is `false`) + - *optional* `force`: forcefully unfollow a relay even when the relay is not available. (default is `false`) Response: |