diff options
author | reivilibre <oliverw@matrix.org> | 2021-09-30 11:06:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 11:06:47 +0100 |
commit | a03ed5e6ae23e52941e91ecb892a7b5c88964d90 (patch) | |
tree | 296b98695e75033095cda928846c3cc7c2577086 /changelog.d | |
parent | Update installation instructions (#10919) (diff) | |
download | synapse-a03ed5e6ae23e52941e91ecb892a7b5c88964d90.tar.xz |
Fix issue causing sending presence to ASes to fail (due to incomplete type annotations) (#10944)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10944.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10944.bugfix b/changelog.d/10944.bugfix new file mode 100644 index 0000000000..49baff7df1 --- /dev/null +++ b/changelog.d/10944.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.44.0rc1 which prevented sending presence events to application services. |