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>2018-02-21 05:03:52 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-02-22 02:49:21 +0300
commitc89b2ad8096df63d2b3d4a49fde73d258221588b (patch)
tree7535561226425429c2de71074c55884db0cafe40 /Changelog.md
parentb80eb01f34115a58a65d44b39df51f499a945f41 (diff)
Prevent duplicate mention notifications when the post is received twice
closes #7721
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 40a66b663..9c9c0daf5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@
* Make script/server work on readonly filesystems [#7719](https://github.com/diaspora/diaspora/pull/7719)
## Bug fixes
+* Prevent duplicate mention notifications when the post is received twice [#7721](https://github.com/diaspora/diaspora/pull/7721)
## Features
* Add basic html5 audio/video embedding support [#6418](https://github.com/diaspora/diaspora/pull/6418)