Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-11-01 23:16:12 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-11-01 23:17:17 +0300
commit80c088817620b50a59eb9581e6bfd8da04da4e5a (patch)
tree6ad9d04674f94356c3e93b016a235a0d7dd9553a /Changelog.md
parentacc76a383fb9a7f87e62ba0ad43c6a98247bbca5 (diff)
parent800f3948702be34a56ee5395b0ad1fa003e99372 (diff)
Merge pull request #8403 from SuperTux88/cleanup-duplicate-pods-for-real-this-time
Cleanup duplicate pods
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 d288d64b0..c122d358f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -54,6 +54,7 @@ We use yarn to install the frontend dependencies now, so you need to have that i
* Fix fetching public posts on first account search was missing some data [#8390](https://github.com/diaspora/diaspora/pull/8390)
* Add redirect from mobile UI photo URLs to post when not using mobile UI [#8400](https://github.com/diaspora/diaspora/pull/8400)
* Escape mentions before markdown parsing in mobile UI [#8398](https://github.com/diaspora/diaspora/pull/8398)
+* Cleanup duplicate pods in database [#8403](https://github.com/diaspora/diaspora/pull/8403)
## Features
* Add client-side cropping of profile image uploads [#7581](https://github.com/diaspora/diaspora/pull/7581)