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-01-05 02:33:02 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-01-05 03:50:11 +0300
commitc135ace40710f3c4a9f87013496cc301e0ae1fef (patch)
treefc4441c24e8ed6bda6a7d28bc7fd1081dabf0b1b /Changelog.md
parent2e3b7dee1e8bbc7364e962e27e4abbfa7f682d78 (diff)
Fix notifications when people remove their birthday date
Some people may remove their birthday date after the notification was sent, which then breaks the notification page for other users. Let's just display the date when the notification was created, and not display the users updated birthday date. When users update from date A to B it always looks weird anyway, when we display the same new date B twice on different days, or display two different dates for the same user. We could remove notifications when users change or remove their birthday, but that would be way more complex and also we usually don't remove notifications (not even for deleted posts). Fixes #7689 closes #7691
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 7a94f3c1e..c86731f27 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
## Refactor
## Bug fixes
+* Fix notifications when people remove their birthday date [#7691](https://github.com/diaspora/diaspora/pull/7691)
## Features
* Check if redis is running in script/server [#7685](https://github.com/diaspora/diaspora/pull/7685)