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 | |
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 '')
-rw-r--r-- | changelog.d/10944.bugfix | 1 | ||||
-rw-r--r-- | synapse/handlers/presence.py | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/10944.bugfix b/changelog.d/10944.bugfix new file mode 100644 |