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-18 05:50:38 +0300
committerDennis Schubert <mail@dennis-schubert.de>2018-02-25 06:33:03 +0300
commit602a1dcd5501c4370a247b01ab7b3eb67d13baca (patch)
tree6b4ff78b6021c220f69647e4fbb4dae55913afb8 /Changelog.md
parent0b4b3515a500f864e520d216700e85ce18fb3fea (diff)
Store edited_at for relayables in additional_data
closes #7718
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 9c9c0daf5..e8a000b03 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@
## Bug fixes
* Prevent duplicate mention notifications when the post is received twice [#7721](https://github.com/diaspora/diaspora/pull/7721)
+* Fixed a compatiblitiy issue with non-diaspora\* webfingers [#7718](https://github.com/diaspora/diaspora/pull/7718)
## Features
* Add basic html5 audio/video embedding support [#6418](https://github.com/diaspora/diaspora/pull/6418)