diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-26 09:19:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 09:19:07 -0400 |
commit | 5eda0185612be2e2c15eaba0a607442febd4a5a8 (patch) | |
tree | 604612fda9b74d36496e17c24bc7290103621113 /changelog.d | |
parent | Fix user_daily_visits to not have duplicate rows for UA. (#8654) (diff) | |
download | synapse-5eda0185612be2e2c15eaba0a607442febd4a5a8.tar.xz |
Properly handle presence events for application services. (#8656)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8656.bugfix | 1 |
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. |