summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-10-26 09:19:07 -0400
committerGitHub <noreply@github.com>2020-10-26 09:19:07 -0400
commit5eda0185612be2e2c15eaba0a607442febd4a5a8 (patch)
tree604612fda9b74d36496e17c24bc7290103621113 /changelog.d
parentFix user_daily_visits to not have duplicate rows for UA. (#8654) (diff)
downloadsynapse-5eda0185612be2e2c15eaba0a607442febd4a5a8.tar.xz
Properly handle presence events for application services. (#8656)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8656.bugfix1
1 files changed, 1 insertions, 0 deletions
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.