diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-26 15:02:55 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-26 15:02:55 +0000 |
commit | ff7f0e8a143656eed10ad55904849908f0799b29 (patch) | |
tree | 5b387d4ac1855c171830b06711ad91dc6ac24e13 /changelog.d | |
parent | Fix get|set_type_stream_id_for_appservice store functions (#8648) (diff) | |
parent | Fix get|set_type_stream_id_for_appservice store functions (#8648) (diff) | |
download | synapse-ff7f0e8a143656eed10ad55904849908f0799b29.tar.xz |
Merge branch 'release-v1.22.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8654.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/8656.bugfix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/8654.bugfix b/changelog.d/8654.bugfix new file mode 100644 index 0000000000..91d3265b7f --- /dev/null +++ b/changelog.d/8654.bugfix @@ -0,0 +1 @@ +Fix `user_daily_visits` to not have duplicate rows for UA. Broke in v1.22.0rc1. diff --git a/changelog.d/8656.bugfix b/changelog.d/8656.bugfix new file mode 100644 index 0000000000..d6415e8282 --- /dev/null +++ b/changelog.d/8656.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.22.0rc1 where presence events were not properly passed to application services. |