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 /synapse | |
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 'synapse')
-rw-r--r-- | synapse/handlers/presence.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py |