From: rinpatch Date: Mon, 13 May 2019 07:39:12 +0000 (+0000) Subject: Merge branch 'fix/unfollows-not-working' into 'develop' X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=17f7c5e290a2386f0e62f93d434146849a5e5d84;hp=15cda998f3bdc03f58c30e34e35ebc026a90cf29;p=akkoma Merge branch 'fix/unfollows-not-working' into 'develop' Normalize the object in `create_or_bump_for` only after ensuring the activity type is Create Closes #874 See merge request pleroma/pleroma!1138 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a761c4a..b9c9538b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Deps: Updated Ecto to 3.0.7 - Don't ship finmoji by default, they can be installed as an emoji pack - Mastodon API: Added support max_id & since_id for bookmark timeline endpoints. +- Admin API: Move the user related API to `api/pleroma/admin/users` ### Fixed - Added an FTS index on objects. Running `vacuum analyze` and setting a larger `work_mem` is recommended.