diff options
author | Christoph <47949835+Sir-Photch@users.noreply.github.com> | 2023-10-09 02:16:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 10:16:07 +0100 |
commit | 32fd9bc673ec025af5b49f4ed0961134a6101c38 (patch) | |
tree | 8a73bf251b855f211ae8a1fda0048e4f81675ed6 | |
parent | Apply join rate limiter outside the lineariser (#16441) (diff) | |
download | synapse-32fd9bc673ec025af5b49f4ed0961134a6101c38.tar.xz |
Fix possible AttributeError when account-api is called over unix socket (#16404)
Fixes #16396
-rw-r--r-- | changelog.d/16404.bugfix | 1 | ||||
-rw-r--r-- | synapse/api/auth/internal.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/16404.bugfix b/changelog.d/16404.bugfix new file mode 100644 |