From 54405919d86ce803bf1a17a55c382c2bc59db3b0 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 14 Aug 2019 01:12:42 +0000 Subject: [PATCH] changelog updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fce5882..2a1cfccf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Objects being re-embedded to activities after being updated (e.g faved/reposted). Running 'mix pleroma.database prune_objects' again is advised. - Not being able to access the Mastodon FE login page on private instances - MRF: ensure that subdomain_match calls are case-insensitive +- Fix internal server error when using the healthcheck API. +- `federation_incoming_replies_max_depth` option being ignored in certain cases. ### Added - Relays: Added a task to list relay subscriptions.