summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIlja <pleroma@spectraltheorem.be>2021-08-14 18:42:12 +0000
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-08-28 18:23:49 +0200
commit53b0dd4ecc9f7f23983082cf610156f0840443a9 (patch)
treea60b732330fffdd6f66ab7b2f8d07667c96a0142 /CHANGELOG.md
parent09c42ce13e68b78075822a78026300d754e05d22 (diff)
List available frontends also when no static/frontends folder is present yet
* To see what front ends are installed, it ls static/frontends. When this folder doesn't exists yet, it will return an empty array. * Installing still works since the folder is created during installation already Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3510
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02d9d59cb..90e0ca82a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- AdminAPI: Fix rendering reports containing a `nil` object
- Mastodon API: Activity Search fallbacks on status fetching after a DB Timeout/Error
- Mastodon API: Fix crash in Streamer related to reblogging
+- AdminAPI: List available frontends when `static/frontends` folder is missing
## 2.4.0 - 2021-08-08