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-25 05:02:04 +0300
committerDennis Schubert <mail@dennis-schubert.de>2018-02-02 01:35:04 +0300
commit746ff52256591a2ca81dc26d2aae3724301dd008 (patch)
treea4d224442dc3b4fa71f5662dd086a5e5ea56e7d2 /Changelog.md
parentf23966ef876f923b244bf0fe40bd3e1c0ba058b2 (diff)
Fix mention in #newhere message when invited by another person
fixes #7701 closes #7702
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 1b5f7cce3..9b41bf961 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,7 @@
## Bug fixes
* Fix invite link on the contacts page when the user has no contacts [#7690](https://github.com/diaspora/diaspora/pull/7690)
* Fixed the mobile bookmarklet when called without parameters [#7698](https://github.com/diaspora/diaspora/pull/7698)
+* Properly build the #newhere message for people who got invited [#7702](https://github.com/diaspora/diaspora/pull/7702)
## Features
* Check if redis is running in script/server [#7685](https://github.com/diaspora/diaspora/pull/7685)