summary refs log tree commit diff
path: root/changelog.d/8656.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-26 15:23:13 +0000
committerErik Johnston <erik@matrix.org>2020-10-26 15:23:13 +0000
commitcf9a17a2b372d332ede3feddddda0847a347756e (patch)
treebdba7899144f07e2af7d8453fe284cfbcd3605fc /changelog.d/8656.bugfix
parentMerge branch 'release-v1.22.0' into develop (diff)
parentFixup changelog (diff)
downloadsynapse-cf9a17a2b372d332ede3feddddda0847a347756e.tar.xz
Merge tag 'v1.22.0rc2' into develop
Synapse 1.22.0rc2 (2020-10-26)
==============================

Bugfixes
--------

- Fix bugs where ephemeral events were not sent to appservices. Broke in v1.22.0rc1. ([\#8648](https://github.com/matrix-org/synapse/issues/8648), [\#8656](https://github.com/matrix-org/synapse/issues/8656))
- Fix `user_daily_visits` table to not have duplicate rows per user/device due to multiple user agents. Broke in v1.22.0rc1. ([\#8654](https://github.com/matrix-org/synapse/issues/8654))
Diffstat (limited to 'changelog.d/8656.bugfix')
-rw-r--r--changelog.d/8656.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/8656.bugfix b/changelog.d/8656.bugfix
deleted file mode 100644
index d6415e8282..0000000000
--- a/changelog.d/8656.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a bug introduced in v1.22.0rc1 where presence events were not properly passed to application services.