diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-07-20 13:03:34 +0300 |
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-07-20 13:03:34 +0300 |
| commit | d0198fe215a7542ce506e40e1e4860a27ee2d01e (patch) | |
| tree | 59cc360b361d205c2b8117236f3560775d6c71d8 /CHANGELOG.md | |
| parent | 93df0796f05eff382301de91fb268bb4bc3c3379 (diff) | |
| download | pleroma-d0198fe215a7542ce506e40e1e4860a27ee2d01e.tar.gz pleroma-d0198fe215a7542ce506e40e1e4860a27ee2d01e.zip | |
[#1112] Preserving `id` on user insert conflict on order not to violate conversation_partipations_user_id_fkey constraint.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e79b5420..f60f3ed97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Embedded relationships not being properly rendered in the Account entity of Status entity - Mastodon API: Add `account_id`, `type`, `offset`, and `limit` to search API (`/api/v1/search` and `/api/v2/search`) - ActivityPub C2S: follower/following collection pages being inaccessible even when authentifucated if `hide_followers`/ `hide_follows` was set +- Existing user id not being preserved on insert conflict ### Added - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) |
